Interface ISegmentSelectable
Defines members and methods necessary to customize the display of selected segment in a ChartSeriesBase.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public interface ISegmentSelectable
Properties
SelectedIndex
Gets or sets SelectionIndex property
Declaration
int SelectedIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SelectionBrush
Gets or sets SelectionBrush property
Declaration
Brush SelectionBrush { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.UI.Xaml.Media.Brush |