alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DTextRenderEventArgs

    Specifies the event arguments available for the text render events in the 3D Chart component.

    Inheritance
    object
    Chart3DEventArgs
    Chart3DTextRenderEventArgs
    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 Chart3DTextRenderEventArgs : Chart3DEventArgs

    Properties

    Border

    Gets or sets the border color and width of the 3D Chart datalabel.

    Declaration
    public Chart3DEventBorder Border { get; set; }
    Property Value
    Type Description
    Chart3DEventBorder

    A Chart3DEventBorder object that defines the information of the border.

    Color

    Gets or sets the color of the 3D Chart datalabel.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    string

    Accepts string value. The default value is null.

    Font

    Gets or sets the font style of the 3D Chart datalabel.

    Declaration
    public Chart3DEventFont Font { get; set; }
    Property Value
    Type Description
    Chart3DEventFont

    A Chart3DEventFont object that defines the information of the font.

    Location

    Gets the location of the 3D Chart datalabel.

    Declaration
    public SymbolLocation Location { get; }
    Property Value
    Type Description
    SymbolLocation

    A label location value that defines the text location.

    Remarks

    This is read-only property.

    Point

    Gets the point of the 3D Chart datalabel.

    Declaration
    public Chart3DPoint Point { get; }
    Property Value
    Type Description
    Chart3DPoint

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

    Remarks

    This is a readonly property.

    Series

    Gets the series of the 3D Chart datalabel.

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

    A Chart3DSeries object that represents the series.

    Remarks

    This is a read-only property.

    SeriesIndex

    Gets the series index of the datalabel.

    Declaration
    public int SeriesIndex { get; }
    Property Value
    Type
    int
    Remarks

    This is read-only property.

    Template

    Defines the template.

    Declaration
    public RenderFragment<Chart3DDataPointInfo> Template { get; set; }
    Property Value
    Type
    RenderFragment<Chart3DDataPointInfo>

    Text

    Gets or sets the text of the 3D Chart datalabel.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value. The default value is null.

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