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

SeriesPoint.GetValueString(Int32) Method

Gets a string value for the SeriesPoint object.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public string GetValueString(
    int index
)

Parameters

Name Type Description
index Int32

A zero-based integer index. If it’s negative or exceeds the last available index, an exception is raised.

Returns

Type Description
String

A String value that is the string for the series point.

See Also