FinancialIndicatorModel.Point1 Property
Returns the model of the first financial indicator point of the modeled financial indicator.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v22.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions("Behavior")]
[AllocateToGroup("Point 1")]
[LocalizableCategory(DesignerCategories.Behavior)]
public FinancialIndicatorPointModel Point1 { get; }
Property Value
Type | Description |
---|---|
FinancialIndicatorPointModel | The financial indicator point model. |
See Also