FlexChart | ComponentOne
C1.Chart Assembly / C1.Chart.Standard Namespace / Series Class / ChartType Property

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