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

In This Topic
    GetChartType Method (MacdBase)
    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