FlexChart | ComponentOne
C1.Win.FlexChart.Extended.4.5.2 Assembly / C1.Win.Chart.Extended Namespace / Heatmap Class / GetChartType Method

In This Topic
    GetChartType Method (Heatmap)
    In This Topic
    Gets the series chart type.
    Syntax
    'Declaration
     
    Protected Overrides Function GetChartType() As System.Nullable(Of ChartType)
    protected override System.Nullable<ChartType> GetChartType()
    See Also