Class ChartSelectionBehavior
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ChartSelectionBehavior : ChartBehavior
Constructors
ChartSelectionBehavior()
Declaration
public ChartSelectionBehavior()
Properties
DataPointSelectionMode
Declaration
public ChartSelectionMode DataPointSelectionMode { get; set; }
Property Value
SelectedPoints
Declaration
public IEnumerable<DataPoint> SelectedPoints { get; }
Property Value
System.
|
SelectedSeries
Declaration
public IEnumerable<ChartSeries> SelectedSeries { get; }
Property Value
System.
|
SeriesSelectionMode
Declaration
public ChartSelectionMode SeriesSelectionMode { get; set; }
Property Value
TouchTargetOverhang
Declaration
public Thickness TouchTargetOverhang { get; set; }
Property Value
Microsoft.
|
Methods
ClearSelection(Boolean, Boolean)
Declaration
public void ClearSelection(bool dataPoints = true, bool chartSeries = true)
Parameters
System.
|
System.
|
OnTapped(TappedRoutedEventArgs)
Declaration
protected override void OnTapped(TappedRoutedEventArgs args)
Parameters
Microsoft.
|
Overrides
Events
SelectionChanged
Declaration
public event EventHandler SelectionChanged
Event Type
System.
|