ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 System.Nullable(Of ChartType)
    protected override System.Nullable<ChartType> GetChartType()
    See Also