FlexChart | ComponentOne
C1.Chart Assembly / C1.Chart.Standard Namespace / Series Class / GetChartType Method

In This Topic
    GetChartType Method (Series)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetChartType() As System.Nullable(Of ChartType)
    protected virtual System.Nullable<ChartType> GetChartType()
    See Also