menu

Blazor

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

    Show / Hide Table of Contents

    Class BulletChartCommonFont

    BulletChartCommonFont Class.

    Inheritance
    System.Object
    SfBaseComponent
    BulletChartCommonFont
    BulletChartCategoryLabelStyle
    BulletChartDataLabelStyle
    BulletChartLabelStyle
    BulletChartLegendTextStyle
    BulletChartSubTitleStyle
    BulletChartTitleStyle
    BulletChartTooltipTextStyle
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.GetEffectivePlatform()
    SfBaseComponent.GetMainComponentPlatform()
    SfBaseComponent.IsMainLicenseComponent()
    SfBaseComponent.LicenseContext
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.OnInitializedAsync()
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    SfBaseComponent.ValidateLicense()
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BulletChartCommonFont : SfBaseComponent

    Constructors

    BulletChartCommonFont()

    Declaration
    public BulletChartCommonFont()

    Properties

    Color

    Sets and gets the color of the text.

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

    EnableRangeColor

    Sets and gets the range color of the text.

    Declaration
    public bool EnableRangeColor { get; set; }
    Property Value
    Type
    System.Boolean

    FontFamily

    Sets and gets the font family of the text.

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

    FontStyle

    Sets and gets the font style of the text.

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

    FontWeight

    Sets and gets the font weight of the text.

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

    MaximumTitleWidth

    Sets and gets the maximum label width of the text.

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

    Opacity

    Sets and gets the opacity of the text.

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

    Size

    Sets and gets the font size of the text.

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

    TextAlignment

    Sets and gets the text alignment of the text.

    Declaration
    public Alignment TextAlignment { get; set; }
    Property Value
    Type
    Alignment

    TextOverflow

    Sets and gets the chart text overflow option.

    Declaration
    public TextOverflow TextOverflow { get; set; }
    Property Value
    Type
    TextOverflow
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved