 | XYData Class |
Use this class for charts using data points expressed as [X,Y] values.
Inheritance HierarchySystemObject C2ExplorerServiceStack.Logic.ImplementationXYData
Namespace: C2ExplorerServiceStack.Logic.ImplementationAssembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
SyntaxThe XYData type exposes the following members.
Constructors|
| Name | Description |
|---|
 | XYData | Initializes a new instance of the XYData class |
Top
Properties|
| Name | Description |
|---|
 | X |
Gets or sets the X axes value.
|
 | Y |
Gets or sets the Y axes value.
|
Top
Examples
See Also