Back to Devexpress

WaterfallRelativeValueOptions.StartBarLabel Property

corelibraries-devexpress-dot-xtracharts-dot-waterfallrelativevalueoptions-4dd15b42.md

latest2.0 KB
Original Source

WaterfallRelativeValueOptions.StartBarLabel Property

Gets or sets the start bar label.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
String

A string value that specifies the start bar label.

|

Remarks

The StartBarLabel value is used as an axis label and crosshair label to denote the start bar.

Example

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

See Also

WaterfallRelativeValueOptions Class

WaterfallRelativeValueOptions Members

DevExpress.XtraCharts Namespace