MindFusion.Charting for JavaScript Programmer's Guide
AxisRenderer Members
Constructors Properties Methods
 


A base class for components that render Axis ranges.

The following tables list the members exposed by the AxisRenderer type.

 Public Constructors

  Name Description

AxisRenderer

Initializes a new instance of the AxisRenderer class.

 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.

 Public Methods

  Name Description

effectiveAxisDashStyle

Gets the dash style of axis line strokes.

effectiveAxisStroke

Gets the Brush that should be used to stroke axis lines.

effectiveAxisStrokeThickness

Gets the thickness of axis line strokes.

effectiveLabelBrush

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

effectiveLabelFont

Gets the Font that should be used to draw axis labels.

effectivePen

Gets the Pen that should be used to draw axis lines.

effectiveTitleBrush

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

effectiveTitleFont

Gets the Font that should be used to draw the axis Title.

 See Also

AxisRenderer Class
MindFusion.Charting Namespace