GrapeCity.Xaml.SpreadSheet.UI
Label Property (AxisAnnotation)


GrapeCity.Xaml.SpreadSheet.UI Namespace > AxisAnnotation Class : Label Property
Gets or sets the label.
Syntax
'Declaration
 
Public Property Label As String
'Usage
 
Dim instance As AxisAnnotation
Dim value As String
 
instance.Label = value
 
value = instance.Label
public string Label {get; set;}

Property Value

The label.
See Also

Reference

AxisAnnotation Class
AxisAnnotation Members