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.v18.2.Wizard.dll

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