ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / ErrorBar Class / GetChartType Method

In This Topic
    GetChartType Method (ErrorBar)
    In This Topic
    Gets the chart type.
    Syntax
    'Declaration
     
    Protected Overridable Function GetChartType() As Nullable(Of ChartType)
    protected virtual Nullable<ChartType> GetChartType()
    See Also