Series::SmartLabelStyle Property

.NET Framework (current version)
 

Gets or sets the style of the smart labels.

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

public:
[BrowsableAttribute(true)]
[BindableAttribute(true)]
property SmartLabelStyle^ SmartLabelStyle {
	SmartLabelStyle^ get();
	void set(SmartLabelStyle^ value);
}

Property Value

Type: System.Windows.Forms.DataVisualization.Charting::SmartLabelStyle^

The style of the smart labels.

.NET Framework
Available since 4.0
Return to top
Show: