Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SparkCartesianRenderer : SparkRenderer, ISparkRenderer
Inheritance: objectSparkRendererSparkCartesianRenderer
Implements:
Inherited Members
Constructors
Initializes a new instance of the SparkCartesianRenderer class.
C#
public SparkCartesianRenderer(SparkCartesianArea area)
The area.
Properties
Gets the area.
C#
public SparkCartesianArea Area { get; }
The area.
Gets the offset X.
C#
public virtual float OffsetX { get; }
The offset X.
Methods
Returns the offset value considering whether it is contained within the chart area.
C#
protected virtual double ContainWithinChartArea(SparkCartesianAxis axis, double suggestedOffset, bool isVertical)
The axis.
suggestedOffsetdoubleThe suggested offset.
isVerticalboolThe is vertical.
Returns:Draws the specified context.
Gets the axis offset.
C#
public virtual SizeF GetAxisOffset(SparkCartesianAxis axis)
The axis.
Returns:Initializes the renderer.
C#
protected override void Initialize()
Overrides:
Initializes the annotations.
C#
protected virtual void InitializeAnnotations(AnnotationDrawMode drawMode)
The draw mode.
Initializes the axes.
Initializes the series.
C#
protected virtual void InitializeSeries()