menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class CircularFontBuilder

    Class for circular gauge font builder.

    Inheritance
    System.Object
    CircularFontBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class CircularFontBuilder

    Constructors

    CircularFontBuilder(CircularCustomLabel)

    Initializes a new instance of the CircularFontBuilder class to indicate the custom label font.

    Declaration
    public CircularFontBuilder(CircularCustomLabel font)
    Parameters
    Type Name Description
    CircularCustomLabel font

    The custom label font.

    CircularFontBuilder(CircularLabels)

    Initializes a new instance of the CircularFontBuilder class to indicate the label font.

    Declaration
    public CircularFontBuilder(CircularLabels font)
    Parameters
    Type Name Description
    CircularLabels font

    The label font.

    CircularFontBuilder(CircularStateRanges)

    Initializes a new instance of the CircularFontBuilder class to indicate the state range font.

    Declaration
    public CircularFontBuilder(CircularStateRanges font)
    Parameters
    Type Name Description
    CircularStateRanges font

    The state range font.

    CircularFontBuilder(PointerValueText)

    Initializes a new instance of the CircularFontBuilder class to indicate pointer value text font.

    Declaration
    public CircularFontBuilder(PointerValueText font)
    Parameters
    Type Name Description
    PointerValueText font

    The pointer value text font.

    Methods

    FontFamily(String)

    Fonts the family.

    Declaration
    public CircularFontBuilder FontFamily(string fontFamily)
    Parameters
    Type Name Description
    System.String fontFamily

    The font family.

    Returns
    Type Description
    CircularFontBuilder

    FontStyle(String)

    Fonts the style.

    Declaration
    public CircularFontBuilder FontStyle(string fontStyle)
    Parameters
    Type Name Description
    System.String fontStyle

    The font style.

    Returns
    Type Description
    CircularFontBuilder

    Size(String)

    Sizes the specified size.

    Declaration
    public CircularFontBuilder Size(string size)
    Parameters
    Type Name Description
    System.String size

    The size.

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