Skip to main content

ASPxClientMovingAverage.kind Property

Gets a value specifying whether to display a Moving Average, Envelope, or both.

Declaration

kind: string

Property Value

Type Description
string

A string value.

Remarks

This property returns one of the following values:

  • “Envelope”
  • “MovingAverage”
  • “MovingAverageAndEnvelope”
See Also