alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    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
    object
    ChartSeriesCreatedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartSeriesCreatedEventArgs

    Constructors

    ChartSeriesCreatedEventArgs()

    Declaration
    public ChartSeriesCreatedEventArgs()

    Properties

    Cancel

    Defines an option to restrict the pivot chart rendring.

    Declaration
    [JsonPropertyName("cancel")]
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

    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
    [JsonPropertyName("series")]
    public dynamic Series { get; set; }
    Property Value
    Type Description
    dynamic

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

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