LabelTextFill Property (IndexAxis)
In This Topic
Gets or sets the fill used to draw the tick mark labels.
Syntax
'Declaration
Public Property LabelTextFill As Fill
'Usage
Dim instance As IndexAxis
Dim value As Fill
instance.LabelTextFill = value
value = instance.LabelTextFill
public Fill LabelTextFill {get; set;}
See Also