Class ChartStyleChangedEventArgs
Argument that is to be used in the ChartStyleChangedEventHandler delegate.
Inheritance
System.Object
System.EventArgs
ChartStyleChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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. |