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