Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BulletChartCommonFont

    Show / Hide Table of Contents

    Class BulletChartCommonFont

    BulletChartCommonFont Class.

    Inheritance
    System.Object
    SfBaseComponent
    BulletChartCommonFont
    BulletChartCategoryLabelStyle
    BulletChartDataLabelStyle
    BulletChartLabelStyle
    BulletChartLegendTextStyle
    BulletChartSubTitleStyle
    BulletChartTitleStyle
    BulletChartTooltipTextStyle
    Inherited Members
    SfBaseComponent.OnInitializedAsync()
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    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 Description
    System.String

    EnableRangeColor

    Sets and gets the range color of the text.

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

    FontFamily

    Sets and gets the font family of the text.

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

    FontStyle

    Sets and gets the font style of the text.

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

    FontWeight

    Sets and gets the font weight of the text.

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

    MaximumTitleWidth

    Sets and gets the maximum label width of the text.

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

    Opacity

    Sets and gets the opacity of the text.

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

    Size

    Sets and gets the font size of the text.

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

    TextAlignment

    Sets and gets the text alignment of the text.

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

    TextOverflow

    Sets and gets the chart text overflow option.

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