Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SparklineFontModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SparklineFontModel

    Interface for a class SparklineFont

    Inheritance
    System.Object
    SparklineFontModel
    Implements
    System.IEquatable<SparklineFontModel>
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SparklineFontModel : Object, IEquatable<SparklineFontModel>

    Constructors

    SparklineFontModel()

    Declaration
    public SparklineFontModel()

    Properties

    Color

    Color for the text.

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

    FontFamily

    FontFamily for the text.

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

    FontStyle

    FontStyle for the text.

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

    FontWeight

    FontWeight for the text.

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

    Opacity

    Opacity for the text.

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

    Size

    Font size for the text.

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

    Methods

    Equals(SparklineFontModel)

    Returns a boolean by comparing with sparklineFontModel

    Declaration
    public bool Equals(SparklineFontModel sparklineFontModel)
    Parameters
    Type Name Description
    SparklineFontModel sparklineFontModel
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved