Skip to main content
A newer version of this page is available. .

MovingAverageModel.Kind Property

Gets or sets the value of the MovingAverage.Kind within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions("Behavior")]
[LocalizableCategory(DesignerCategories.Behavior)]
public MovingAverageKind Kind { get; set; }

Property Value

Type Description
MovingAverageKind

The moving average kind.

Available values:

Name Description
MovingAverage

Only the Moving Average is shown.

Kind_MovingAverage

Envelope

Only the Envelope is shown.

Kind_Envelope

MovingAverageAndEnvelope

Both the Moving Average and Envelope are shown.

Kind_MovingAverage

See Also