menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class BulletFontBuilder

    Inheritance
    System.Object
    BulletFontBuilder
    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 BulletFontBuilder

    Constructors

    BulletFontBuilder(BulletLabels, BulletFont)

    Declaration
    public BulletFontBuilder(BulletLabels label, BulletFont fontOptions)
    Parameters
    Type Name Description
    BulletLabels label
    BulletFont fontOptions

    BulletFontBuilder(CaptionSettings, BulletFont)

    Declaration
    public BulletFontBuilder(CaptionSettings caption, BulletFont fontOptions)
    Parameters
    Type Name Description
    CaptionSettings caption
    BulletFont fontOptions

    BulletFontBuilder(Indicator, BulletFont)

    Declaration
    public BulletFontBuilder(Indicator options, BulletFont fontOptions)
    Parameters
    Type Name Description
    Indicator options
    BulletFont fontOptions

    BulletFontBuilder(SubTitle, BulletFont)

    Declaration
    public BulletFontBuilder(SubTitle sub_Options, BulletFont fontOptions)
    Parameters
    Type Name Description
    SubTitle sub_Options
    BulletFont fontOptions

    Methods

    FontColor(Color)

    Declaration
    public BulletFontBuilder FontColor(Color f_Color)
    Parameters
    Type Name Description
    System.Drawing.Color f_Color
    Returns
    Type Description
    BulletFontBuilder

    FontFamily(String)

    Declaration
    public BulletFontBuilder FontFamily(string f_Family)
    Parameters
    Type Name Description
    System.String f_Family
    Returns
    Type Description
    BulletFontBuilder

    FontSize(String)

    Declaration
    public BulletFontBuilder FontSize(string size)
    Parameters
    Type Name Description
    System.String size
    Returns
    Type Description
    BulletFontBuilder

    FontStyle(String)

    Declaration
    public BulletFontBuilder FontStyle(string f_Style)
    Parameters
    Type Name Description
    System.String f_Style
    Returns
    Type Description
    BulletFontBuilder

    FontWeight(String)

    Declaration
    public BulletFontBuilder FontWeight(string f_Weight)
    Parameters
    Type Name Description
    System.String f_Weight
    Returns
    Type Description
    BulletFontBuilder

    Opacity(Double)

    Declaration
    public BulletFontBuilder Opacity(double f_Opacity)
    Parameters
    Type Name Description
    System.Double f_Opacity
    Returns
    Type Description
    BulletFontBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved