ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SparklineSparklineFontBuilder - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SparklineSparklineFontBuilder

    Inheritance
    System.Object
    ControlBuilder
    SparklineSparklineFontBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SparklineSparklineFontBuilder : ControlBuilder

    Constructors

    SparklineSparklineFontBuilder()

    Declaration
    public SparklineSparklineFontBuilder()

    SparklineSparklineFontBuilder(SparklineSparklineFont)

    Declaration
    public SparklineSparklineFontBuilder(SparklineSparklineFont model)
    Parameters
    Type Name Description
    SparklineSparklineFont model

    Methods

    Color(String)

    Color for the text.

    Declaration
    public SparklineSparklineFontBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    SparklineSparklineFontBuilder

    FontFamily(String)

    FontFamily for the text.

    Declaration
    public SparklineSparklineFontBuilder FontFamily(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    SparklineSparklineFontBuilder

    FontStyle(String)

    FontStyle for the text.

    Declaration
    public SparklineSparklineFontBuilder FontStyle(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    SparklineSparklineFontBuilder

    FontWeight(String)

    FontWeight for the text.

    Declaration
    public SparklineSparklineFontBuilder FontWeight(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    SparklineSparklineFontBuilder

    Opacity(Double)

    Opacity for the text.

    Declaration
    public SparklineSparklineFontBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    SparklineSparklineFontBuilder

    Size(String)

    Font size for the text.

    Declaration
    public SparklineSparklineFontBuilder Size(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    SparklineSparklineFontBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved