menu

Blazor

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

    Show / Hide Table of Contents

    Class ChartSeriesCreatedEventArgs

    The chart series created event arguments provide the necessary information about the chart series that used to create the pivot chart.

    Inheritance
    System.Object
    ChartSeriesCreatedEventArgs
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartSeriesCreatedEventArgs : Object

    Constructors

    ChartSeriesCreatedEventArgs()

    Declaration
    public ChartSeriesCreatedEventArgs()

    Properties

    Cancel

    Defines an option to restrict the pivot chart rendring.

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

    true, if the pivot chart rendering is canceled. Otherwise, false.

    Series

    Defines the collection of chart series information that used to render the pivot chart.

    Declaration
    public dynamic Series { get; set; }
    Property Value
    Type Description
    System.Object

    A collection of objects that contains information about the chart series, such as the series name, data points, and axis labels.

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