Skip to main content

RelationSeriesPointModel.Value1 Property

Returns the first 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 Value1 { get; }

Property Value

Type Description
String

The string representation of the first series point value.

See Also