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



In This Topic
    GetChartType Method (Histogram)
    In This Topic
    Gets the chart type.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetChartType() As Nullable(Of ChartType)
    'Usage
     
    
    Dim instance As Histogram
    Dim value As Nullable(Of ChartType)
     
    value = instance.GetChartType()
    protected override Nullable<ChartType> GetChartType()
    protected:
    Nullable<ChartType> GetChartType(); override 
    See Also