Class SelfDrawingSeries
Represents a self-drawing series.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class SelfDrawingSeries : Series, IInteractionManager, IInteractiveElement, ILogicalItem, ISeriesControl, IAnimatable
Constructors
SelfDrawingSeries()
Initializes a new instance of the SelfDrawingSeries class.
Declaration
protected SelfDrawingSeries()
Fields
BackgroundStyleProperty
Identifies the BackgroundStyle dependency property.
Declaration
public static readonly DependencyProperty BackgroundStyleProperty
Field Value
System.Windows.DependencyProperty
|
BorderLineStyleProperty
Identifies the BorderLineStyle dependency property.
Declaration
public static readonly DependencyProperty BorderLineStyleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BackgroundStyle
Gets or sets the background style.
Declaration
public Style BackgroundStyle { get; set; }
Property Value
System.Windows.Style
The background style. |
BorderLineStyle
Gets or sets the border line style.
Declaration
public Style BorderLineStyle { get; set; }
Property Value
System.Windows.Style
The border line style. |
ChartArea
Gets or sets the ChartArea.
Declaration
public override ChartArea ChartArea { get; }
Property Value
ChartArea
The chart area. |
Overrides
DataSeries
Gets or sets the data points collection associated with the current chart series.
Declaration
public override DataSeries DataSeries { get; set; }
Property Value
DataSeries
|
Overrides
StoryboardResourceKeyFormat
This property supports the RadChart infrastructure and is not intended to be used directly from your code.
Declaration
public virtual string StoryboardResourceKeyFormat { get; }
Property Value
System.String
|
Methods
CreateBorderLineFigures(Dictionary<Int32, PointCollection>)
Creates geometry for displaying data points.
Declaration
protected virtual PathFigureCollection CreateBorderLineFigures(Dictionary<int, PointCollection> points)
Parameters
System.Collections.Generic.Dictionary<System.Int32, System.Windows.Media.PointCollection>
points
Data points on the chart. |
Returns
System.Windows.Media.PathFigureCollection
Path connecting data points with step line. |
CreateBorderLineFigures(PointCollection)
Creates geometry for displaying data points.
Declaration
protected virtual PathFigureCollection CreateBorderLineFigures(PointCollection pointsAtIndex)
Parameters
System.Windows.Media.PointCollection
pointsAtIndex
Data points on the chart. |
Returns
System.Windows.Media.PathFigureCollection
Path connecting data points with step line. |
CreateFigure(PointCollection)
Creates geometry for displaying data points.
Declaration
protected virtual PathFigure CreateFigure(PointCollection pointsAtIndex)
Parameters
System.Windows.Media.PointCollection
pointsAtIndex
Data points on the chart. |
Returns
System.Windows.Media.PathFigure
Path connecting data points with step line. |
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnMouseEnter(MouseEventArgs)
Called before the System.Windows.UIElement.MouseEnter event occurs.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The data for the event. |
OnMouseLeave(MouseEventArgs)
Called before the System.Windows.UIElement.MouseLeave event occurs.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The data for the event. |
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
Element used to display the specified item. |
System.Object
item
Specified item. |