FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / Waterfall Class / GetChartType Method

In This Topic
    GetChartType Method (Waterfall)
    In This Topic
    Gets actual chart type.
    Syntax
    'Declaration
     
    Protected Overridable Function GetChartType() As Nullable(Of ChartType)
    protected virtual Nullable<ChartType> GetChartType()

    Return Value

    The series chart type.
    See Also