Click or drag to resize
DashboardSkin Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Defines the skin used to define the appearance of the Dashboard.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardDashboardSkin

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class DashboardSkin : _DashboardSkin, 
	ISerializable

The DashboardSkin type exposes the following members.

Constructors
  NameDescription
Public methodDashboardSkin
Creates and returns a new DashboardSkin
Public methodDashboardSkin(String)
Creates and returns a new DashboardSkin.
Top
Methods
  NameDescription
Public methodapplyWinGridVisualSettings
Public methodGetObjectData
Public methodSave
Saves any changes to the skin.
Top
Fields
Properties
  NameDescription
Public propertyControlPanelBackgroundColour
Gets and sets the Control Panel background colour.
Public propertyControlPanelBorderColour
Gets and sets the Control Panel border colour.
Public propertyDefaultFont
Gets and sets a value that indicates the name of the default font used for this skin.
Public propertyDefaultFontColour
Gets and sets the Control Panel default font colour.
Public propertyDefaultFontSize
Gets and sets a value that indicates the size of the default font used for this skin.
Public propertyDefaultFontStyle
Gets and sets a value that indicates the style of the default font used for this skin.
Public propertyLineOrAreaColour
Gets and sets the default line colour for line charts and area colour for area charts.
Public propertyName
Gets and sets the name of this skin.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertySeriesDetails
Gets and sets a collection that contains the series details for this skin.
Public propertyStyle
Gets and sets the base styling for this dashboard
Top
Remarks