Class PointTemplateSeries
Inheritance
System.Object
PointTemplateSeries
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class PointTemplateSeries : ChartSeries, IChartSeries, IChartElementPresenter, IElementPresenter
Constructors
PointTemplateSeries()
Declaration
protected PointTemplateSeries()
Fields
DefaultVisualStyleProperty
Declaration
public static readonly DependencyProperty DefaultVisualStyleProperty
Field Value
Microsoft.
|
IsVisibleInLegendProperty
Declaration
public static readonly DependencyProperty IsVisibleInLegendProperty
Field Value
Microsoft.
|
LegendTitleProperty
Declaration
public static readonly DependencyProperty LegendTitleProperty
Field Value
Microsoft.
|
PointTemplateProperty
Declaration
public static readonly DependencyProperty PointTemplateProperty
Field Value
Microsoft.
|
PointTemplateSelectorProperty
Declaration
public static readonly DependencyProperty PointTemplateSelectorProperty
Field Value
Microsoft.
|
Properties
DefaultVisualStyle
Declaration
public Style DefaultVisualStyle { get; set; }
Property Value
Microsoft.
|
IsVisibleInLegend
Declaration
public bool IsVisibleInLegend { get; set; }
Property Value
System.
|
LegendTitle
Declaration
public string LegendTitle { get; set; }
Property Value
System.
|
PointTemplate
Declaration
public DataTemplate PointTemplate { get; set; }
Property Value
Microsoft.
|
PointTemplates
Declaration
public ObservableCollection<DataTemplate> PointTemplates { get; }
Property Value
System.
|
PointTemplateSelector
Declaration
public DataTemplateSelector PointTemplateSelector { get; set; }
Property Value
Microsoft.
|
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
System.
|
Overrides
GetDataPointVisual(DataPoint)
Declaration
public UIElement GetDataPointVisual(DataPoint point)
Parameters
Data
|
Returns
Microsoft.
|
MeasureNodeOverride(Node, Object)
Declaration
protected override RadSize MeasureNodeOverride(Node node, object content)
Parameters
Node
node
|
System.
|
Returns
Overrides
OnAttached()
OnDetached(RadChartBase)
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Rad
|
Overrides
UnapplyTemplateCore()
Declaration
protected override void UnapplyTemplateCore()