DataPA Enterprise Dashboard Controls 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
| C# |
|---|
public YAxis SecondaryYAxis { get; set; } |
| Visual Basic |
|---|
Public Property SecondaryYAxis As YAxis
Get
Set |
| Visual C++ |
|---|
public:
virtual property YAxis^ SecondaryYAxis {
YAxis^ get () sealed;
void set (YAxis^ value) sealed;
} |
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