Click or drag to resize
SeriesValue Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Class to define a particular series value pair
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardSeriesValue

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

The SeriesValue type exposes the following members.

Constructors
  NameDescription
Public methodSeriesValue
Creates and returns a new SeriesValue object
Public methodSeriesValue(Object, String)
Creates and returns a new SeriesValue object
Top
Methods
  NameDescription
Public methodGetObjectData
Top
Fields
Properties
  NameDescription
Public propertyDisplayValue
Gets and sets the display value for this series value
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyValue
Gets and sets the value for this series value
Top
Remarks