YAxis Constructor (DashboardObject) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new YAxis object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public YAxis(
DashboardObject Parent
)
Public Sub New (
Parent As DashboardObject
)
public:
YAxis(
DashboardObject^ Parent
)
DataPAEnterpriseDashboard.YAxis = function(Parent);
Parameters
- Parent
- Type: DataPAEnterpriseDashboardDashboardObject
The DashboardObject the new YAxis object is related too.
Remarks See Also