ChartNodeReference Property |
Indicates the baseline in drawing area charts.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double Reference { get; set; }
Public Overridable Property Reference As Double
Get
Set
public:
virtual property double Reference {
double get ();
void set (double value);
}
abstract Reference : float with get, set
override Reference : float with 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