ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / IndicatorBase Class / ChartType Property

In This Topic
    ChartType Property (IndicatorBase)
    In This Topic
    Gets or sets the chart type for the series.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("IndicatorBase.ChartType", "Gets the series type.")>
    Public Overrides Property ChartType As Nullable(Of FinancialChartType)
    [C1Description("IndicatorBase.ChartType", "Gets the series type.")]
    public override Nullable<FinancialChartType> ChartType {get; set;}
    See Also