Series::ChartTypeName Property

.NET Framework (current version)
 

Gets or sets the name of the chart type used to draw the series.

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

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

Property Value

Type: System::String^

The name of the chart type.

.NET Framework
Available since 4.0
Return to top
Show: