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

In This Topic
    GetChartType Method (TrendLine)
    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