Class ChartSeries
Inheritance
System.Object
ChartSeries
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class ChartSeries : ChartElementPresenter, IChartSeries, IChartElementPresenter, IElementPresenter
Constructors
Fields
Declaration
public static readonly DependencyProperty AllowSelectProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ClipToPlotAreaProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsSelectedBindingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty PaletteIndexProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ShowLabelsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public int ActualPaletteIndex { get; }
Property Value
Declaration
public bool AllowSelect { get; set; }
Property Value
Declaration
public bool ClipToPlotArea { get; set; }
Property Value
Declaration
public string DisplayName { get; set; }
Property Value
Declaration
public bool IsSelected { get; set; }
Property Value
Declaration
public DataPointBinding IsSelectedBinding { get; set; }
Property Value
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
|
System.Collections.IEnumerable
|
Declaration
public ObservableCollection<ChartSeriesLabelDefinition> LabelDefinitions { get; }
Property Value
Declaration
public int PaletteIndex { get; set; }
Property Value
Declaration
public bool ShowLabels { get; set; }
Property Value
Methods
Declaration
protected override bool ApplyTemplateCore()
Returns
Overrides
Declaration
public IEnumerable<FrameworkElement> GetDataPointLabels(DataPoint point)
Parameters
Returns
|
System.Collections.Generic.IEnumerable<Microsoft.UI.Xaml.FrameworkElement>
|
Declaration
public virtual bool HitTest(Rect touchRect)
Parameters
|
Windows.Foundation.Rect
touchRect
|
Returns
Declaration
public IEnumerable<DataPoint> HitTestDataPoints(Rect touchRect)
Parameters
|
Windows.Foundation.Rect
touchRect
|
Returns
|
System.Collections.Generic.IEnumerable<DataPoint>
|
Declaration
protected IEnumerable<DataPoint> HitTestDataPointsCore(Rect touchRect)
Parameters
|
Windows.Foundation.Rect
touchRect
|
Returns
|
System.Collections.Generic.IEnumerable<DataPoint>
|
Declaration
protected virtual IEnumerable<DataPoint> HitTestDataPointsCore(Rect touchRect, bool includeAllDataPoints)
Parameters
|
Windows.Foundation.Rect
touchRect
|
|
System.Boolean
includeAllDataPoints
|
Returns
|
System.Collections.Generic.IEnumerable<DataPoint>
|
Declaration
protected virtual IEnumerable<FrameworkElement> HitTestElementsCore(Rect touchRect, bool dataPointsOnly, bool includeAllElements)
Parameters
|
Windows.Foundation.Rect
touchRect
|
|
System.Boolean
dataPointsOnly
|
|
System.Boolean
includeAllElements
|
Returns
|
System.Collections.Generic.IEnumerable<Microsoft.UI.Xaml.FrameworkElement>
|
Declaration
protected override void OnAttached()
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Overrides
Declaration
protected override void OnTemplateApplied()
Overrides
Declaration
protected virtual Point[] SelectRectPoints(ref Rect touchRect)
Parameters
|
Windows.Foundation.Rect
touchRect
|
Returns
|
Windows.Foundation.Point[]
|
Events
Declaration
public event EventHandler DataBindingComplete
Event Type
Explicit Interface Implementations
Declaration
void IChartSeries.OnDataPointIsSelectedChanged(DataPoint point)
Parameters
Implements
Extension Methods