Skip to main content
A newer version of this page is available. .

FinancialIndicatorModel.Point1 Property

Returns the model of the first financial indicator point of the modeled financial indicator.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

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