Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SparkBarSeriesDrawPart : SparkSeriesDrawPart, ISparkDrawPart
Inheritance: objectSparkDrawPart<SparkSeries>SparkSeriesDrawPartSparkBarSeriesDrawPart
Implements:
Inherited Members
Constructors
Initializes a new instance of the SparkBarSeriesDrawPart class.
C#
public SparkBarSeriesDrawPart(SparkBarSeries series, ISparkRenderer renderer)
The series.
rendererISparkRendererThe renderer.
Methods
Draws the series parts.
C#
public override void DrawSeriesParts()
Overrides:
Returns the DataPoint that hits the location.
C#
public override SparkDataPoint HitTest(Point location)
The location.
Returns:Overrides: