Gets or sets a value to render axis labels, tickmarks and secondary axes at the bottom of the axis, regardless the Position property.
Syntax
'Declaration
Public Property LabelsAtBottom As Boolean
public bool LabelsAtBottom {get; set;}
Property Value
true
if [labels at bottom]; otherwise,
false
.
See Also