Skip to main content

RelationSeriesPointModel.Value2 Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public string Value2 { get; }

Property Value

Type Description
String

The string representation of the first series point value.

See Also