Class SelectionSettings
Represents selection for SfSunburstChart.
Inheritance
System.Object
SelectionSettings
Namespace: Syncfusion.SfSunburstChart.Android
Assembly: Syncfusion.SfSunburstChart.Android.dll
Syntax
public class SelectionSettings : Object
Constructors
SelectionSettings()
Initializes a new instance of the SelectionSettings class.
Declaration
public SelectionSettings()
Properties
EnableSelection
Gets or sets a value indicating whether selection is enable or not.
Declaration
public bool EnableSelection { get; set; }
Property Value
Type |
---|
System.Boolean |
Opacity
Gets or sets the opacity
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
SelectionBrush
Gets or sets the selection brush.
Declaration
public Color SelectionBrush { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
SelectionDisplayMode
Gets or sets the display mode.
Declaration
public SelectionDisplayMode SelectionDisplayMode { get; set; }
Property Value
Type |
---|
SelectionDisplayMode |
SelectionStrokeBrush
Gets or sets the selection stroke brush.
Declaration
public Color SelectionStrokeBrush { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
SelectionStrokeWidth
Gets or sets the selection stroke width.
Declaration
public double SelectionStrokeWidth { get; set; }
Property Value
Type |
---|
System.Double |
SelectionType
Gets or sets the selection type.
Declaration
public SelectionType SelectionType { get; set; }
Property Value
Type |
---|
SelectionType |