Class ISmithchartThemeStyle
Inheritance
System.Object
ISmithchartThemeStyle
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 |
|
Declaration
public string TooltipBoldLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TooltipFill { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double TooltipFillOpacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string TooltipHeaderLine { get; set; }
Property Value
Type |
Description |
System.String |
|
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
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>