alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DSeriesRenderEventArgs

    Specifies the event arguments available on the 3D Chart series render.

    Inheritance
    object
    Chart3DEventArgs
    Chart3DSeriesRenderEventArgs
    Inherited Members
    Chart3DEventArgs.Cancel
    Chart3DEventArgs.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DSeriesRenderEventArgs : Chart3DEventArgs

    Properties

    Data

    Gets the data of the 3D Chart series.

    Declaration
    public IEnumerable<object> Data { get; }
    Property Value
    Type
    IEnumerable<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
    string

    Accepts the string value.

    Series

    Gets the series instance of the 3D Chart.

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

    The Chart3DSeries object representing the series.

    Remarks

    This is read-only property.

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