ClassDrawPart<T>
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Type Parameters:
T
Syntax:
cs-api-definition
public abstract class DrawPart<T> : IDrawPart where T : UIChartElement
Inheritance: objectDrawPart<T>
Derived Classes:
Implements:
Constructors
DrawPart(T, IChartRenderer)
Declaration
cs-api-definition
public DrawPart(T element, IChartRenderer renderer)
Parameters
element
T
renderer
Properties
Element
Gets the element.
Declaration
cs-api-definition
public T Element { get; }
Property Value
T
The element.
OffsetX
Gets the offset X.
Declaration
cs-api-definition
public virtual float OffsetX { get; }
Property Value
The offset X.
OffsetY
Gets the offset Y.
Declaration
cs-api-definition
public virtual float OffsetY { get; }
Property Value
The offset Y.
Renderer
Gets the renderer.
Declaration
cs-api-definition
public IChartRenderer Renderer { get; }
Property Value
The renderer.
Implements
ViewportOffsetX
Gets the view port offset X.
Declaration
cs-api-definition
public virtual float ViewportOffsetX { get; }
Property Value
The view port offset X.
ViewportOffsetY
Gets the view port offset Y.
Declaration
cs-api-definition
public virtual float ViewportOffsetY { get; }
Property Value
The view port offset Y.
Methods
GetLabelPosition(RadSize, RadRect)
Gets the label position.
HitTest(Point)
Hits the test.
IsElementValid()
Determines whether the element is valid.