menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DSeriesRenderEventArgs

    Specifies the event arguments available on the SfChart3D series render.

    Inheritance
    System.Object
    Chart3DEventArgs
    Chart3DSeriesRenderEventArgs
    Inherited Members
    Chart3DEventArgs.Cancel
    Chart3DEventArgs.Name
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DSeriesRenderEventArgs : Chart3DEventArgs

    Properties

    Data

    Gets the data of the SfChart3D series.

    Declaration
    public IEnumerable<object> Data { get; }
    Property Value
    Type
    System.Collections.Generic.IEnumerable<System.Object>
    Remarks

    This is read-only property.

    Fill

    Gets or sets the series fill color.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    Series

    Gets the series instance of the SfChart3D.

    Declaration
    public Chart3DSeries Series { get; }
    Property Value
    Type Description
    Chart3DSeries

    The Chart3DSeries object representing the series.

    Remarks

    This is read-only property.

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