CartesianRenderer
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class CartesianRenderer : ChartRenderer, IChartRenderer
Inheritance: objectChartRendererCartesianRenderer
Implements:
Inherited Members
Constructors
Initializes a new instance of the CartesianRenderer class.
Properties
Gets the area.
C#
public CartesianArea Area { get; }
The area.
Gets the draw parts.
C#
protected List<IDrawPart> DrawParts { get; }
The draw parts.
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(CartesianAxis 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(CartesianAxis 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.
C#
protected virtual void InitializeAxes()
Initializes the grid.
C#
protected virtual void InitializeGrid()
Initializes the series.
C#
protected virtual void InitializeSeries()
Initializes the series labels.
C#
protected virtual void InitializeSeriesLabels()