Interface IDashboardTheme

Defines dashboard theme colors used for exports.

Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public interface IDashboardTheme

Properties

BrandGreenColor

Brand green color.

Declaration
int BrandGreenColor { get; }
Property Value
Type Description
System.Int32

BrandingColor

Branding color used for theming exported dashboards.

Declaration
int BrandingColor { get; }
Property Value
Type Description
System.Int32

BrandRedColor

Brand red color.

Declaration
int BrandRedColor { get; }
Property Value
Type Description
System.Int32

NeutralColor

Neutral color.

Declaration
int NeutralColor { get; }
Property Value
Type Description
System.Int32

SeriesColor

Series colors.

Declaration
int[] SeriesColor { get; }
Property Value
Type Description
System.Int32[]