menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DDataLabelFont

    Gets or sets the options for customizing the font style of the data labels in the SfChart3D series.

    Inheritance
    System.Object
    Chart3DSubComponent
    Chart3DDefaultFont
    Chart3DDataLabelFont
    Inherited Members
    Chart3DDefaultFont.FontStyle
    Chart3DDefaultFont.Opacity
    Chart3DDefaultFont.TextAlignment
    Chart3DDefaultFont.TextOverflow
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DDataLabelFont : Chart3DDefaultFont, IChart3DSubcomponentTracker, IChart3DDefaultFont
    Remarks

    Use this class to customize the font style of the data labels in the SfChart3D series.

    Constructors

    Chart3DDataLabelFont()

    Declaration
    public Chart3DDataLabelFont()

    Properties

    Color

    Defind the color of the datalabel text.

    Declaration
    public override string Color { get; set; }
    Property Value
    Type
    System.String
    Overrides
    Chart3DDefaultFont.Color

    FontFamily

    Unique font family of the datalabel.

    Declaration
    public override string FontFamily { get; set; }
    Property Value
    Type
    System.String
    Overrides
    Chart3DDefaultFont.FontFamily

    FontSize

    Defines the size of the datalabel text.

    Declaration
    public override string FontSize { get; set; }
    Property Value
    Type
    System.String
    Overrides
    Chart3DDefaultFont.FontSize

    FontWeight

    Unique font weight of the datalabel.

    Declaration
    public override string FontWeight { get; set; }
    Property Value
    Type
    System.String
    Overrides
    Chart3DDefaultFont.FontWeight
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved