Click or drag to resize
Series Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Class to define a particular series for a dashboard alert
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardSeries

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

The Series type exposes the following members.

Constructors
  NameDescription
Public methodSeries
Initializes a new instance of the Series class
Top
Methods
  NameDescription
Public methodGetObjectData
Top
Fields
Properties
  NameDescription
Public propertyAllSummaryColumns
Gets and sets a property that determines if this condition applies to all Summary Columns
Public propertyAllValues
Gets and sets a property to indicate if the parent alert should be evaluated against all series values
Public propertyAssociatedYAxis
Gets and sets a value that indicates which YAxis this alert condition will be evaluated against
Public propertyLabel
Gets and sets a label to uniquely idenify this series
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the parent of this object
Public propertySeriesValues
Gets and sets a dictionary containing all the series values that define this series
Public propertySummaryColumn
Gets and sets the name of the summary column this alert should be evaluated against
Top
Remarks