Gets or sets the text label for starting data point.
Syntax
'Declaration
Public Property StartLabel As String
'Usage
Dim instance As Waterfall
Dim value As String
instance.StartLabel = value
value = instance.StartLabel
public string StartLabel {get; set;}
See Also