Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / BreakEven Class / ChartType Property

In This Topic
    ChartType Property (BreakEven)
    In This Topic
    Gets or sets the series chart type.
    Syntax
    'Declaration
     
    
    Public Property ChartType As Nullable(Of ChartType)
    public Nullable<ChartType> ChartType {get; set;}
    See Also