Search
XAxisRenderer Methods
 


 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 horizontal 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