Class CartesianSparkPlotBandAnnotationDrawPart
Inheritance
System.Object
CartesianSparkPlotBandAnnotationDrawPart
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CartesianSparkPlotBandAnnotationDrawPart : SparkDrawPart<CartesianSparkPlotBandAnnotation>, ISparkDrawPart
Constructors
CartesianSparkPlotBandAnnotationDrawPart(CartesianSparkPlotBandAnnotation, SparkCartesianRenderer)
Initializes a new instance of the CartesianSparkPlotBandAnnotationDrawPart class.
Declaration
public CartesianSparkPlotBandAnnotationDrawPart(CartesianSparkPlotBandAnnotation element, SparkCartesianRenderer renderer)
Parameters
CartesianSparkPlotBandAnnotation
element
The element. |
SparkCartesianRenderer
renderer
The renderer. |
Methods
Draw()
Draws the plot band annotation.
Declaration
public override void Draw()
Overrides
Telerik.WinControls.UI.SparkDrawPart<Telerik.WinControls.UI.CartesianSparkPlotBandAnnotation>.Draw()