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.UI.Xaml.DependencyProperty
|
IsVisibleInLegendProperty
Declaration
public static readonly DependencyProperty IsVisibleInLegendProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
LegendTitleProperty
Declaration
public static readonly DependencyProperty LegendTitleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PointTemplateProperty
Declaration
public static readonly DependencyProperty PointTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PointTemplateSelectorProperty
Declaration
public static readonly DependencyProperty PointTemplateSelectorProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
DefaultVisualStyle
Declaration
public Style DefaultVisualStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
IsVisibleInLegend
Declaration
public bool IsVisibleInLegend { get; set; }
Property Value
|
System.Boolean
|
LegendTitle
Declaration
public string LegendTitle { get; set; }
Property Value
|
System.String
|
PointTemplate
Declaration
public DataTemplate PointTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
PointTemplates
Declaration
public ObservableCollection<DataTemplate> PointTemplates { get; }
Property Value
|
System.Collections.ObjectModel.ObservableCollection<Microsoft.UI.Xaml.DataTemplate>
|
PointTemplateSelector
Declaration
public DataTemplateSelector PointTemplateSelector { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.DataTemplateSelector
|
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
|
System.Boolean
|
Overrides
GetDataPointVisual(DataPoint)
Declaration
public UIElement GetDataPointVisual(DataPoint point)
Parameters
|
DataPoint
point
|
Returns
|
Microsoft.UI.Xaml.UIElement
|
MeasureNodeOverride(Node, Object)
Declaration
protected override RadSize MeasureNodeOverride(Node node, object content)
Parameters
|
Node
node
|
|
System.Object
content
|
Returns
|
RadSize
|
Overrides
OnAttached()
OnDetached(RadChartBase)
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
|
RadChartBase
oldChart
|
Overrides
UnapplyTemplateCore()
Declaration
protected override void UnapplyTemplateCore()