StartLabel Property (Waterfall)
In This Topic
Gets or sets the text label for starting data point.
Syntax
'Declaration
<C1DescriptionAttribute("Waterfall.StartLabel", "Gets or sets the text label for starting data point.")>
Public Property StartLabel As String
[C1Description("Waterfall.StartLabel", "Gets or sets the text label for starting data point.")]
public string StartLabel {get; set;}
See Also