WinForms

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

    Show / Hide Table of Contents

    Class PivotChart.ChartPopulatedEventArgs

    Provides data for the ChartPopulatedEventHandler

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    PivotChart.ChartPopulatedEventArgs
    Inherited Members
    SyncfusionHandledEventArgs.Handled
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.PivotChart
    Assembly: Syncfusion.PivotChart.Windows.dll
    Syntax
    public class ChartPopulatedEventArgs : SyncfusionHandledEventArgs

    Constructors

    ChartPopulatedEventArgs(ChartControl)

    Create a new instance for ChartPopulatedEventArgs

    Declaration
    public ChartPopulatedEventArgs(ChartControl chartControl)
    Parameters
    Type Name Description
    ChartControl chartControl

    That provides Chart control of PivotChart

    Properties

    ChartControl

    Gets Chart control of PivotChart.

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