ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Series Class / GetChartType Method



In This Topic
    GetChartType Method (Series)
    In This Topic
    Gets actual chart type.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetChartType() As Nullable(Of ChartType)
    'Usage
     
    
    Dim instance As Series
    Dim value As Nullable(Of ChartType)
     
    value = instance.GetChartType()
    protected virtual Nullable<ChartType> GetChartType()
    protected:
    virtual Nullable<ChartType> GetChartType(); 

    Return Value

    The series chart type.
    See Also