Back to Devexpress

SingleLevelIndicatorModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-2e01a2ca.md

latest2.2 KB
Original Source

SingleLevelIndicatorModel Class

The SingleLevelIndicator model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(SingleLevelIndicator))]
public abstract class SingleLevelIndicatorModel :
    IndicatorModel
vb
<ModelOf(GetType(SingleLevelIndicator))>
Public MustInherit Class SingleLevelIndicatorModel
    Inherits IndicatorModel

Inheritance

Show 13 items

Object ChartElementModel ChartElementNamedModel IndicatorModel SingleLevelIndicatorModel RegressionLineModel

SubsetBasedIndicatorModel

MovingAverageModel

ExponentialMovingAverageModel

SimpleMovingAverageModel

TriangularMovingAverageModel

TripleExponentialMovingAverageTemaModel

WeightedMovingAverageModel

See Also

SingleLevelIndicatorModel Members

DevExpress.XtraCharts.Designer Namespace