Back to Devexpress

Subtotal.Label Property

corelibraries-devexpress-dot-xtracharts-dot-subtotal-2649acc2.md

latest1.8 KB
Original Source

Subtotal.Label Property

Gets or sets the subtotal label.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public string Label { get; set; }
vb
Public Property Label As String

Property Value

TypeDescription
String

A string value that specifies the subtotal label.

|

Remarks

The Label value is used as an axis label and in the crosshair label to denote the subtotal.

Example

This example shows how to create a chart with a data series of the waterfall view.

See Also

Subtotal Class

Subtotal Members

DevExpress.XtraCharts Namespace