menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DPointRenderEventArgs

    Gets or sets the event arguments available for the point render events in the SfChart3D component.

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

    Properties

    Fill

    Gets or sets the point fill color of the SfChart3D.

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

    Accepts the string value.

    Point

    Gets the point instance of the SfChart3D.

    Declaration
    public Chart3DPoint Point { get; }
    Property Value
    Type Description
    Syncfusion.Blazor.Chart3D.Internal.Chart3DPoint

    A Syncfusion.Blazor.Chart3D.Internal.Chart3DPoint object that represents the point of the SfChart3D.

    Series

    Gets the series of the SfChart3D point.

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

    A Chart3DSeries object that represents the SfChart3D series of points.

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