Click or drag to resize
ChartNodeReference Property
Indicates the baseline in drawing area charts.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double Reference { get; set; }

Property Value

Type: Double
A double which contains the "Referenc" attribute value.
Remarks
In the case of a pie chart, this specifies the angle (in degrees) of the first slice. By default, Reference = 0.0.
See Also