Click or drag to resize
DashboardSkinSeriesDetails Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Defines the details for a specific series in the dashboard.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardDashboardSkinSeriesDetails

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

The DashboardSkinSeriesDetails type exposes the following members.

Constructors
  NameDescription
Public methodDashboardSkinSeriesDetails
Creates and returns a new SeriesDetails object.
Public methodDashboardSkinSeriesDetails(String)
Creates a new SeriesDetails object using a string derived from the ToString function.
Public methodDashboardSkinSeriesDetails(String, Color)
Create and returns a new SeriesDetails object.
Top
Methods
Fields
Properties
  NameDescription
Public propertyColour
Gets and sets the colour that will be used to render this series.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertySeriesName
Gets and sets the name of the series these details relate to.
Top
Remarks