Search
RadarAxisOptions Members
Constructors Properties Methods
 


Provides properties for customizing axis rendering in radar charts.

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

 Public Constructors

  Name Description

RadarAxisOptions

Initializes a new instance of the RadarAxisOptions class.

 Public Properties

  Name Description

Axis

The Axis that will be drawn by this object. (Inherited from AxisRenderer.)

AxisStroke

Gets or sets the Brush that should be used to draw axis lines. (Inherited from AxisRenderer.)

AxisStrokeDashStyle

Gets or sets the dash style axis lines should be stroked with. (Inherited from AxisRenderer.)

AxisStrokeThickness

Gets or sets the thickness axis lines should be stroked with. (Inherited from AxisRenderer.)

LabelBrush

Gets or sets the Brush that should be used to draw axis labels. (Inherited from AxisRenderer.)

LabelFontName

Gets or sets the name of font that should be used to draw axis labels. (Inherited from AxisRenderer.)

LabelFontSize

Gets or sets the size of font that should be used to draw axis labels. (Inherited from AxisRenderer.)

LabelFontStyle

Gets or sets the style of font that should be used to draw axis labels. (Inherited from AxisRenderer.)

LabelPadding

Gets or sets the padding space between the axis line and coordinate labels. (Inherited from AxisRenderer.)

LabelsSource

Gets or sets the object whose Series labels should be rendered along this axis. (Inherited from AxisRenderer.)

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. (Inherited from AxisRenderer.)

ShowCoordinates

Gets or sets a value indicating whether this AxisRenderer should draw axis coordinates. (Inherited from AxisRenderer.)

ShowSeriesLabels

Gets or sets a value indicating whether this AxisRenderer should draw data labels. (Inherited from AxisRenderer.)

ShowTicks

Gets or sets a value indicating whether this AxisRenderer should draw axis ticks. (Inherited from AxisRenderer.)

TickLength

Gets or sets the length of the axis ticks. (Inherited from AxisRenderer.)

TitleBrush

Gets or sets the Brush that should be used to draw the axis Title. (Inherited from AxisRenderer.)

TitleFontName

Gets or sets the name of font that should be used to draw the axis Title. (Inherited from AxisRenderer.)

TitleFontSize

Gets or sets the size of font that should be used to draw the axis Title. (Inherited from AxisRenderer.)

TitleFontStyle

Gets or sets the style of font that should be used to draw the axis Title. (Inherited from AxisRenderer.)

 Public Methods

  Name Description

Draw

AxisRenderer.Draw override.

Measure

AxisRenderer.Measure override.

 Protected Methods

  Name Description

EffectiveAxis

AxisRenderer.EffectiveAxis override.

EffectiveAxisDashStyle

Gets the dash style of axis line strokes. (Inherited from AxisRenderer.)

EffectiveAxisStroke

Gets the Brush that should be used to stroke axis lines. (Inherited from AxisRenderer.)

EffectiveAxisStrokeThickness

Gets the thickness of axis line strokes. (Inherited from AxisRenderer.)

EffectiveLabelBrush

Gets the Brush that should be used to draw axis labels. (Inherited from AxisRenderer.)

EffectiveLabelFont

Gets the Font that should be used to draw axis labels. (Inherited from AxisRenderer.)

EffectivePen

Gets the Pen that should be used to draw axis lines. (Inherited from AxisRenderer.)

EffectiveTitleBrush

Gets the Brush that should be used to draw the axis Title. (Inherited from AxisRenderer.)

EffectiveTitleFont

Gets the Font that should be used to draw the axis Title. (Inherited from AxisRenderer.)

 See Also