FlexChart | ComponentOne
C1.Win.FlexChart.Extended.8 Assembly / C1.Win.Chart.Extended Namespace / Heatmap Class / ChartType Property

In This Topic
    ChartType Property (Heatmap)
    In This Topic
    Syntax
    'Declaration
     
    Public Property ChartType As System.Nullable(Of ChartType)
    public System.Nullable<ChartType> ChartType {get; set;}
    See Also