CustomLabel::ToPosition Property

.NET Framework (current version)
 

Gets or sets the starting position of the custom label, in axis coordinates.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
[BindableAttribute(true)]
property double ToPosition {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

A double value that represents the starting position.

.NET Framework
Available since 4.0
Return to top
Show: