Indicates the baseline in drawing area charts.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double Reference { get; set; }
Visual Basic (Declaration)
Public Overridable Property Reference As Double
Visual C++
public:
virtual property double Reference {
	double get ();
	void set (double value);
}

Field Value

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