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

In This Topic
    Type Property (MovingAverage)
    In This Topic
    Gets or sets the moving average type.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("MovingAverage.Type", "Gets or sets the moving average type.")>
    Public Property Type As MovingAverageType
    [C1Description("MovingAverage.Type", "Gets or sets the moving average type.")]
    public MovingAverageType Type {get; set;}
    See Also