Search
YAxisRenderer Members
Constructors Properties Methods
 


A Component that renders vertical Axis ranges.

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

 Public Constructors

  Name Description

YAxisRenderer

Overloaded.  

 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.)

PlotLeftSide

Gets or sets whether this YAxisRenderer is shown at the left side of a plot.

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

Component.Draw override. Draws this component in specified RenderContext.

Measure

Component.Measure override. Measures the desired size of this component.

 Protected Methods

  Name Description

EffectiveAxis

AxisRenderer.EffectiveAxis override. Gets the effective vertical Axis in current context, getting one from Plot2D or chart control if there's no local Axis associated with this renderer.

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