ComponentOne Chart for WPF and Silverlight
ChartType Property (C1Chart)


C1.WPF.C1Chart Namespace > C1Chart Class : ChartType Property
Gets or sets the chart type.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Appearance")>
<System.ComponentModel.TypeConverterAttribute("C1.WPF.C1Chart.ChartTypeConverter, C1.WPF.C1Chart.4, Version=4.0.20181.587, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce")>
Public Property ChartType As ChartType
'Usage
 
Dim instance As C1Chart
Dim value As ChartType
 
instance.ChartType = value
 
value = instance.ChartType
[System.ComponentModel.Category("Appearance")]
[System.ComponentModel.TypeConverter("C1.WPF.C1Chart.ChartTypeConverter, C1.WPF.C1Chart.4, Version=4.0.20181.587, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce")]
public ChartType ChartType {get; set;}
See Also

Reference

C1Chart Class
C1Chart Members