LabelStyle::Interval Property

.NET Framework (current version)
 

Gets or sets the size of the label interval.

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

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

Property Value

Type: System::Double

A double value.

This property is not set by default.

.NET Framework
Available since 4.0
Return to top
Show: