menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartPrepareStyleInfoEventArgs

    This class is used as the argument by the PrepareStyle and PrepareSeriesStyle events. These events are raised when chart style information is about to be used for rendering. They provide a just-in-time hook for changing any attributes of the style object(ChartStyleInfo) before it is used by the chart.

    Inheritance
    System.Object
    System.EventArgs
    ChartPrepareStyleInfoEventArgs
    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 ChartPrepareStyleInfoEventArgs : EventArgs

    Properties

    Handled

    If the event raised has been completely handled by user code and no further processing is required, this flag should be set to True.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean

    Index

    Returns the position of the contained style in the series.

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

    Style

    Returns the style object that is to be used by the chart.

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