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

RelationSeriesPointModel.Value2 Property

Returns the second value of the modeled series point within a relation.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public string Value2 { get; }

Property Value

Type Description
String

The string representation of the first series point value.

See Also