Click or drag to resize
XYData Class
Use this class for charts using data points expressed as [X,Y] values.
Inheritance Hierarchy
SystemObject
  C2ExplorerServiceStack.Logic.ImplementationXYData

Namespace: C2ExplorerServiceStack.Logic.Implementation
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public class XYData

The XYData type exposes the following members.

Constructors
  NameDescription
Public methodXYData
Initializes a new instance of the XYData class
Top
Properties
  NameDescription
Public propertyX
Gets or sets the X axes value.
Public propertyY
Gets or sets the Y axes value.
Top
Examples