FlexChart | ComponentOne
C1.Win.FlexChart.Designer.4.5.2 Assembly / C1.Win.Chart.Designer.UI Namespace / SeriesProperties Class / ChartType Property

In This Topic
    ChartType Property (SeriesProperties)
    In This Topic
    Syntax
    'Declaration
     
    Public Property ChartType As System.Nullable(Of SimpleChartType)
    public System.Nullable<SimpleChartType> ChartType {get; set;}
    See Also