menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartZoomSectorEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartZoomSectorEventArgs

    Class implementation for ChartZoomSectorEventArgs

    Inheritance
    System.Object
    ChartZoomSectorEventArgs
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class ChartZoomSectorEventArgs : RoutedEventArgs

    Constructors

    ChartZoomSectorEventArgs(ChartArea, Rect)

    Called when instance created for ChartZoomSectorEventArgs

    Declaration
    public ChartZoomSectorEventArgs(ChartArea area, Rect sectorargs)
    Parameters
    Type Name Description
    ChartArea area
    System.Windows.Rect sectorargs

    Properties

    chartarea

    Gets or Sets the chartarea property

    Declaration
    public ChartArea chartarea { get; }
    Property Value
    Type
    ChartArea

    SectorArgs

    Gets or Sets the SectorArgs property

    Declaration
    public Rect SectorArgs { get; }
    Property Value
    Type
    System.Windows.Rect
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved