menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DAxisLabelRenderEventArgs

    Gets or sets the axis label rendering event arguments for the SfChart3D component.

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

    Properties

    Axis

    Gets the SfChart3D 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 SfChart3D.

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

    Accepts the string value. The default value is null.

    Value

    Gets or sets the axis value for the SfChart3D axis label.

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

    Accepts the double value.

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