DashboardObjectSecondaryYAxis Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a YAxis object that represents the Secondary Y Axis.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public YAxis SecondaryYAxis { get; set; }
Public Property SecondaryYAxis As YAxis
Get
Set
public:
virtual property YAxis^ SecondaryYAxis {
YAxis^ get () sealed;
void set (YAxis^ value) sealed;
}
function get_SecondaryYAxis();
function set_SecondaryYAxis(value);
Property Value
Type:
YAxisThe YAxis object that represents the Secondary Y Axis.
Return Value
Type:
YAxisThe YAxis object that represents the Secondary Y Axis.
Remarks See Also