ComponentOne FinancialChart for WinForms
C1.Chart Namespace / SeriesBase Class / ChartType Property

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