Search
AxisRendererBuilder(T) Methods
 


 Public Methods

  Name Description

axis

Sets the Axis that will be drawn by the AxisRenderer.

axisStroke

Overloaded.  

axisStrokeDashStyle

Sets the dash style axis lines should be stroked with.

axisStrokeThickness

Sets the thickness axis lines should be stroked with.

get

Returns the AxisRenderer object configured by this builder.

labelAlignment

Sets the alignment of data labels.

labelBrush

Overloaded.  

labelFontName

Sets the name of font that should be used to draw axis labels.

labelFontSize

Sets the size of font that should be used to draw axis labels.

labelFontStyle

Sets the style of font that should be used to draw axis labels.

labelPadding

Sets the padding space between the axis line and coordinate labels.

labelRotationAngle

Sets the rotation angle of data labels.

labelsSource

Sets the object whose Series labels should be rendered along the axis.

pinLabels

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

showCoordinates

Sets a value indicating whether to draw axis coordinates.

showSeriesLabels

Sets a value indicating whether to draw data labels.

showTicks

Sets a value indicating whether to draw axis ticks.

titleBrush

Overloaded.  

titleFontName

Sets the name of font that should be used to draw the axis Title.

titleFontSize

Sets the size of font that should be used to draw the axis Title.

titleFontStyle

Sets the style of font that should be used to draw the axis Title.

 See Also