Class
SparkCartesianAxisDrawPart

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class SparkCartesianAxisDrawPart : SparkAxisDrawPart, ISparkDrawPart

Inheritance: objectSparkDrawPart<SparkAxis>SparkAxisDrawPartSparkCartesianAxisDrawPart

Implements: ISparkDrawPart

Inherited Members SparkAxisDrawPart.Draw()SparkAxisDrawPart.IsElementValid()SparkDrawPart<SparkAxis>.HitTest(Point)SparkDrawPart<SparkAxis>.PaintStroke(GraphicsPath, Color, float)SparkDrawPart<SparkAxis>.PaintStroke(GraphicsPath, Color)SparkDrawPart<SparkAxis>.PaintStroke(GraphicsPath)SparkDrawPart<SparkAxis>.PaintFill(GraphicsPath, Color)SparkDrawPart<SparkAxis>.PaintFill(GraphicsPath)SparkDrawPart<SparkAxis>.GetAdjustedClipRect(Graphics)SparkDrawPart<SparkAxis>.OffsetXSparkDrawPart<SparkAxis>.OffsetYSparkDrawPart<SparkAxis>.ViewportOffsetXSparkDrawPart<SparkAxis>.ViewportOffsetYSparkDrawPart<SparkAxis>.ElementSparkDrawPart<SparkAxis>.RendererSparkDrawPart<SparkAxis>.PaintContext

Constructors

SparkCartesianAxisDrawPart(SparkCartesianAxis, ISparkRenderer)

Initializes a new instance of the SparkCartesianAxisDrawPart class.

Declaration

cs-api-definition
public SparkCartesianAxisDrawPart(SparkCartesianAxis axis, ISparkRenderer renderer)

Parameters

axis

SparkCartesianAxis

The axis.

renderer

ISparkRenderer

The renderer.

Methods

DrawAxis()

Draws the axis.

Declaration

cs-api-definition
protected override void DrawAxis()

Overrides SparkAxisDrawPart.DrawAxis()

GetClipRect()

Gets the clip rect.

Declaration

cs-api-definition
protected override RectangleF GetClipRect()

Returns

RectangleF

Overrides SparkAxisDrawPart.GetClipRect()