Back to Devexpress

MovingAverageModel.Kind Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-movingaveragemodel.md

latest1.8 KB
Original Source

MovingAverageModel.Kind Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions("Behavior")]
[LocalizableCategory(DesignerCategories.Behavior)]
public MovingAverageKind Kind { get; set; }
vb
<PropertyForOptions("Behavior")>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property Kind As MovingAverageKind

Property Value

TypeDescription
MovingAverageKind

The moving average kind.

|

Available values:

NameDescription
MovingAverage

Only the Moving Average is shown.

| | Envelope |

Only the Envelope is shown.

| | MovingAverageAndEnvelope |

Both the Moving Average and Envelope are shown.

|

See Also

MovingAverageModel Class

MovingAverageModel Members

DevExpress.XtraCharts.Designer Namespace