alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ChartStyleChangedEventArgs

    Argument that is to be used in the ChartStyleChangedEventHandler delegate.

    Inheritance
    System.Object
    ChartStyleChangedEventArgs
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public class ChartStyleChangedEventArgs : EventArgs

    Constructors

    ChartStyleChangedEventArgs(ChartStyleChangedEventArgs.Type, Int32)

    Initializes a new instance of the ChartStyleChangedEventArgs class.

    Declaration
    public ChartStyleChangedEventArgs(ChartStyleChangedEventArgs.Type type, int xIndex)
    Parameters
    Type Name Description
    ChartStyleChangedEventArgs.Type type

    The type.

    System.Int32 xIndex

    Index of the x.

    Fields

    InvalidIndex

    The Invalid Index.

    Declaration
    public const int InvalidIndex = -1
    Field Value
    Type
    System.Int32

    Properties

    EventType

    Gets the type of the event.

    Declaration
    public ChartStyleChangedEventArgs.Type EventType { get; }
    Property Value
    Type
    ChartStyleChangedEventArgs.Type

    Index

    Gets the index value of the changed style.

    Declaration
    public int Index { get; }
    Property Value
    Type
    System.Int32

    Methods

    CreateResetEventArgs()

    Creates the Reset typeof arguments.

    Declaration
    public static ChartStyleChangedEventArgs CreateResetEventArgs()
    Returns
    Type Description
    ChartStyleChangedEventArgs

    Returns ChartStyleChangedEventArgs object.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved