alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DAxisLabelRenderEventArgs

    Gets or sets the axis label rendering event arguments for the 3D Chart component.

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

    Properties

    Axis

    Gets the 3D Chart axis for the axis label.

    Declaration
    public Chart3DAxis Axis { get; }
    Property Value
    Type Description
    Chart3DAxis

    A Chart3DAxis object that represents the axis.

    Remarks

    This is a read-only property.

    LabelStyle

    Gets or sets the font style for the axis label.

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

    A Chart3DEventFont that defines the font style of the axis labels.

    Text

    Gets or sets the axis label text for the 3D Chart.

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

    Accepts the string value. The default value is null.

    Value

    Gets or sets the axis value for the 3D Chart axis label.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    double

    Accepts the double value.

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