Class DrilldownSettings
This class performs the drill down operation.
Inheritance
System.Object
DrilldownSettings
Namespace: Syncfusion.SfSunburstChart.Android
Assembly: Syncfusion.SfSunburstChart.Android.dll
Syntax
public class DrilldownSettings : Object
Constructors
DrilldownSettings()
Initializes a new instance of the DrilldownSettings class.
Declaration
public DrilldownSettings()
Properties
Enable
Gets or sets a value indicating whether to enable drill down feature or not.
Declaration
public bool Enable { get; set; }
Property Value
Type |
---|
System.Boolean |
OffsetX
Gets or sets the offset x value for zooming toolbar position.
Declaration
public double OffsetX { get; set; }
Property Value
Type |
---|
System.Double |
OffsetY
Gets or sets the offset y value for zooming toolbar position.
Declaration
public double OffsetY { get; set; }
Property Value
Type |
---|
System.Double |
ToolbarHorizontalAlignment
Gets or sets the horizontal alignment for the toolbar for the specified offset x value.
Declaration
public ToolbarAlignment ToolbarHorizontalAlignment { get; set; }
Property Value
Type |
---|
ToolbarAlignment |
ToolbarVerticalAlignment
Gets or sets the vertical alignment for the toolbar for the specified offset y value.
Declaration
public ToolbarAlignment ToolbarVerticalAlignment { get; set; }
Property Value
Type |
---|
ToolbarAlignment |