Class PointTemplateSeries
Base class for all Chart
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class PointTemplateSeries : ChartSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
PointTemplateSeries()
Initializes a new instance of the Point
Declaration
protected PointTemplateSeries()
Fields
DefaultVisualStyleProperty
Identifies the Default
Declaration
public static readonly DependencyProperty DefaultVisualStyleProperty
Field Value
System.
|
DefaultVisualStyleSelectorProperty
Identifies the Default
Declaration
public static readonly DependencyProperty DefaultVisualStyleSelectorProperty
Field Value
System.
|
PointTemplateProperty
Identifies the Point
Declaration
public static readonly DependencyProperty PointTemplateProperty
Field Value
System.
|
PointTemplateSelectorProperty
Identifies the Point
Declaration
public static readonly DependencyProperty PointTemplateSelectorProperty
Field Value
System.
|
RenderOptionsProperty
Identifies the Render
Declaration
public static readonly DependencyProperty RenderOptionsProperty
Field Value
System.
|
Properties
DefaultVisualStyle
Gets or sets the System.
Declaration
public Style DefaultVisualStyle { get; set; }
Property Value
System.
|
DefaultVisualStyleSelector
Gets or sets the System.
Declaration
public StyleSelector DefaultVisualStyleSelector { get; set; }
Property Value
System.
|
PointTemplate
Gets or sets the System.
Declaration
public DataTemplate PointTemplate { get; set; }
Property Value
System.
|
PointTemplates
Gets the collection that stores index-based templates for each data point.
Declaration
public ObservableCollection<DataTemplate> PointTemplates { get; }
Property Value
System.
|
PointTemplateSelector
Gets or sets the System.
Declaration
public DataTemplateSelector PointTemplateSelector { get; set; }
Property Value
System.
|
RenderOptions
Gets or sets the Chart
Declaration
public ChartRenderOptions RenderOptions { get; set; }
Property Value
Methods
GetDataPointVisual(DataPoint)
Gets the System.
Declaration
public UIElement GetDataPointVisual(DataPoint point)
Parameters
Data
|
Returns
System.
|
MeasureNodeOverride(ChartNode, Object)
Core entry point for calculating the size of a node's content.
Declaration
protected override RadSize MeasureNodeOverride(ChartNode node, object content)
Parameters
Chart
|
System.
|
Returns
Overrides
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnAttached()
Occurs when the presenter has been successfully attached to its owning Rad
Declaration
protected override void OnAttached()
Overrides
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning Rad
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Rad
|
Overrides
OnLoaded(Object, RoutedEventArgs)
Occurs when a System.Windows.FrameworkElement has been constructed and added to the object tree.
Declaration
protected override void OnLoaded(object sender, RoutedEventArgs e)
Parameters
System.
|
System.
|
Overrides
OnPlayPointAnimations(Boolean)
Fired when Point animations are about to be played.
Declaration
protected override void OnPlayPointAnimations(bool hidePointsOnLoad)
Parameters
System. When true, the animated element is collapsed until the start of the animation. |
Overrides
OnRenderOptionsChanged(ChartRenderOptions, ChartRenderOptions)
Occurs when the Render
Declaration
protected void OnRenderOptionsChanged(ChartRenderOptions oldRenderOptions, ChartRenderOptions newRenderOptions)
Parameters
Chart
|
Chart
|