Skip to main content

FinancialIndicatorModel.Point2 Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

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