Class DefaultDashboardTheme
Inheritance
System.Object
DefaultDashboardTheme
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class DefaultDashboardTheme : Object, IDashboardTheme
Constructors
DefaultDashboardTheme()
Declaration
public DefaultDashboardTheme()
Properties
BrandGreenColor
Declaration
public int BrandGreenColor { get; }
Property Value
Type |
Description |
System.Int32 |
|
BrandingColor
Declaration
public int BrandingColor { get; }
Property Value
Type |
Description |
System.Int32 |
|
BrandRedColor
Declaration
public int BrandRedColor { get; }
Property Value
Type |
Description |
System.Int32 |
|
NeutralColor
Declaration
public int NeutralColor { get; }
Property Value
Type |
Description |
System.Int32 |
|
SeriesColor
Declaration
public int[] SeriesColor { get; }
Property Value
Type |
Description |
System.Int32[] |
|
Implements