ASPxClientWeightedMovingAverage Members
The client-side equivalent of the WeightedMovingAverage class.Properties
| Name | Description |
|---|---|
| chart | Gets the chart that owns the current chart element. Inherited from ASPxClientWebChartElement. |
| envelopePercent | Gets a value specifying the Envelope percent. Inherited from ASPxClientMovingAverage. |
| kind | Gets a value specifying whether to display a Moving Average, Envelope, or both. Inherited from ASPxClientMovingAverage. |
| name | Gets the name of the chart element. Inherited from ASPxClientWebChartElementNamed. |
| pointsCount | Gets the number of data points used to calculate the moving average. Inherited from ASPxClientMovingAverage. |
| series | Gets the indicator‘s associated series. Inherited from ASPxClientIndicator. |
| valueLevel | Gets a value specifying the value level to which the single-level indicator corresponds. Inherited from ASPxClientSingleLevelIndicator. |
See Also