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

FinancialIndicatorModel.Point2 Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions("Behavior")]
[AllocateToGroup("Point 2")]
[LocalizableCategory(DesignerCategories.Behavior)]
public FinancialIndicatorPointModel Point2 { get; }

Property Value

Type Description
FinancialIndicatorPointModel

The financial indicator point model.

See Also