Class ChartSelectionBehavior
Inheritance
System.Object
ChartSelectionBehavior
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ChartSelectionBehavior : ChartBehavior
Constructors
Declaration
public ChartSelectionBehavior()
Properties
Declaration
public ChartSelectionMode DataPointSelectionMode { get; set; }
Property Value
Declaration
public IEnumerable<DataPoint> SelectedPoints { get; }
Property Value
|
System.Collections.Generic.IEnumerable<DataPoint>
|
Declaration
public IEnumerable<ChartSeries> SelectedSeries { get; }
Property Value
Declaration
public ChartSelectionMode SeriesSelectionMode { get; set; }
Property Value
Declaration
public Thickness TouchTargetOverhang { get; set; }
Property Value
|
Microsoft.UI.Xaml.Thickness
|
Methods
Declaration
public void ClearSelection(bool dataPoints = true, bool chartSeries = true)
Parameters
|
System.Boolean
dataPoints
|
|
System.Boolean
chartSeries
|
Events
Declaration
public event EventHandler SelectionChanged
Event Type
Extension Methods