ComponentOne FinancialChart for UWP
C1.Xaml.Chart.Finance Namespace / FinancialSeries Class / ChartType Property

In This Topic
    ChartType Property (FinancialSeries)
    In This Topic
    Gets or sets the chart type for the series.
    Syntax
    'Declaration
     
    
    Public Overridable Shadows Property ChartType As FinancialChartType
    public virtual new FinancialChartType ChartType {get; set;}
    See Also