Blazor

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

    Show / Hide Table of Contents

    Class ISmithchartThemeStyle

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

    Constructors

    ISmithchartThemeStyle()

    Declaration
    public ISmithchartThemeStyle()

    Properties

    AreaBorder

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

    AxisLabel

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

    AxisLine

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

    Background

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

    ChartTitle

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

    DataLabel

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

    FontFamily

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

    FontSize

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

    LabelFontFamily

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

    LegendLabel

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

    MajorGridLine

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

    MinorGridLine

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

    TooltipBoldLabel

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

    TooltipFill

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

    TooltipFillOpacity

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

    TooltipHeaderLine

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

    TooltipLightLabel

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

    TooltipTextOpacity

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

    Methods

    Equals(ISmithchartThemeStyle)

    Declaration
    public bool Equals(ISmithchartThemeStyle iSmithchartThemeStyle)
    Parameters
    Type Name Description
    ISmithchartThemeStyle iSmithchartThemeStyle
    Returns
    Type Description
    System.Boolean

    Implements

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