Class
SparkAxisDrawPart

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class SparkAxisDrawPart : SparkDrawPart<SparkAxis>, ISparkDrawPart

Inheritance: objectSparkDrawPart<SparkAxis>SparkAxisDrawPart

Derived Classes: SparkCartesianAxisDrawPart

Implements: ISparkDrawPart

Inherited Members 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

SparkAxisDrawPart(SparkAxis, ISparkRenderer)

Initializes a new instance of the SparkAxisDrawPart class.

Declaration

cs-api-definition
public SparkAxisDrawPart(SparkAxis axis, ISparkRenderer renderer)

Parameters

axis

SparkAxis

The axis.

renderer

ISparkRenderer

The renderer.

Methods

Draw()

Draws this instance.

Declaration

cs-api-definition
public override void Draw()

Overrides SparkDrawPart<SparkAxis>.Draw()

DrawAxis()

Draws the axis.

Declaration

cs-api-definition
protected virtual void DrawAxis()

GetClipRect()

Gets the clip rect.

Declaration

cs-api-definition
protected virtual RectangleF GetClipRect()

Returns

RectangleF

IsElementValid()

Determines whether the element is valid.

Declaration

cs-api-definition
protected override bool IsElementValid()

Returns

bool

Overrides SparkDrawPart<SparkAxis>.IsElementValid()