Skip to main content

SparklineViewBase.ToString() Method

In This Article

Returns a human-readable string that represents the SparklineViewBase object.

Namespace: DevExpress.Sparkline

Assembly: DevExpress.Sparkline.v24.2.Core.dll

NuGet Package: DevExpress.Sparkline.Core

#Declaration

public override string ToString()

#Returns

Type Description
String

A String value that represents the SparklineViewBase object.

See Also