ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.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)
    protected override Nullable<ChartType> GetChartType()
    See Also