Search
AxisRenderer Properties
 


 Public Properties

  Name Description

axis

Gets or sets the Axis that will be drawn by this object.

axisStroke

Gets or sets the Brush that should be used to draw axis lines.

axisStrokeDashStyle

Gets or sets the dash style axis lines should be stroked with.

axisStrokeThickness

Gets or sets the thickness axis lines should be stroked with.

labelBrush

Gets or sets the Brush that should be used to draw axis labels.

labelFontName

Gets or sets the name of font that should be used to draw axis labels.

labelFontSize

Gets or sets the size of font that should be used to draw axis labels.

labelFontStyle

Gets or sets the style of font that should be used to draw axis labels.

labelPadding

Gets or sets the padding space between the axis line and coordinate labels.

labelRotationAngle

Gets or sets the rotation angle of the labels.

labelsSource

Gets or sets the object whose Series labels should be rendered along this axis.

pinLabels

Gets or sets a value indicating whether coordinate labels should be pinned in place or scroll together with the plot when users pan it.

showCoordinates

Gets or sets a value indicating whether this AxisRenderer should draw axis coordinates.

showSeriesLabels

Gets or sets a value indicating whether this AxisRenderer should draw data labels.

showTicks

Gets or sets a value indicating whether this AxisRenderer should draw axis ticks.

titleBrush

Gets or sets the Brush that should be used to draw the axis Title.

titleFontName

Gets or sets the name of font that should be used to draw the axis Title.

titleFontSize

Gets or sets the size of font that should be used to draw the axis Title.

titleFontStyle

Gets or sets the style of font that should be used to draw the axis Title.

 See Also