The value of the attribute "Center". This is used to position the center line.

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

Syntax

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

See Also