Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DrilldownSettings - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    System.Boolean

    OffsetX

    Gets or sets the offset x value for zooming toolbar position.

    Declaration
    public double OffsetX { get; set; }
    Property Value
    Type Description
    System.Double

    OffsetY

    Gets or sets the offset y value for zooming toolbar position.

    Declaration
    public double OffsetY { get; set; }
    Property Value
    Type Description
    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 Description
    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 Description
    ToolbarAlignment
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved