Skip to main content

MovingAverage.ValueLevel Property

Gets or sets a value indicating how to obtain the value of a moving average indicator's point.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public ValueLevel ValueLevel { get; set; }

#Property Value

Type Description
ValueLevel

A ValueLevel enumeration value, which indicates how to obtain a moving average point's value.

#Remarks

For more information on a moving average indicators, see Moving Average and Envelope.

See Also