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

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