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

RelationSeriesPointModel.Value1 Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public string Value1 { get; }

Property Value

Type Description
String

The string representation of the first series point value.

See Also