WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChart.DrillEventArgs

    Show / Hide Table of Contents

    Class PivotChart.DrillEventArgs

    Provides the support to handle the PivotChart.DrillEventHandler.

    Inheritance
    System.Object
    PivotChart.DrillEventArgs
    Namespace: Syncfusion.Windows.Forms.PivotChart
    Assembly: Syncfusion.PivotChart.Windows.dll
    Syntax
    [ComVisible(false)]
    public class DrillEventArgs : CancelEventArgs

    Constructors

    DrillEventArgs(PivotChart.DrillState, ChartRegion, MouseButtons, Point)

    Creates a new instance of the PivotChart.DrillEventArgs.

    Declaration
    public DrillEventArgs(PivotChart.DrillState drillstate, ChartRegion region, MouseButtons mousebutton, Point point)
    Parameters
    Type Name Description
    PivotChart.DrillState drillstate

    Describes expand or collapse state.

    ChartRegion region

    Provides the chart region.

    System.Windows.Forms.MouseButtons mousebutton

    Provides the mouse button.

    System.Drawing.Point point

    Provides point of mouse clicking position.

    Properties

    Button

    Gets the mouse button.

    Declaration
    public MouseButtons Button { get; }
    Property Value
    Type Description
    System.Windows.Forms.MouseButtons

    DrillState

    Gets the expand or collapse state of the region.

    Declaration
    public PivotChart.DrillState DrillState { get; }
    Property Value
    Type Description
    PivotChart.DrillState

    Point

    Gets the mouse location.

    Declaration
    public Point Point { get; }
    Property Value
    Type Description
    System.Drawing.Point

    Region

    Gets the information about the ChartRegion.

    Declaration
    public ChartRegion Region { get; }
    Property Value
    Type Description
    ChartRegion
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved