SeriesAssociatedYAxis Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates which YAxis this alert condition will be evaluated against
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public YAxisYAxisTypeEnum AssociatedYAxis { get; set; }
Public Property AssociatedYAxis As YAxisYAxisTypeEnum
Get
Set
public:
virtual property YAxisYAxisTypeEnum AssociatedYAxis {
YAxisYAxisTypeEnum get () sealed;
void set (YAxisYAxisTypeEnum value) sealed;
}
function get_AssociatedYAxis();
function set_AssociatedYAxis(value);
Property Value
Type:
YAxisYAxisTypeEnumA value that indicates which YAxis this alert condition will be evaluated against
Return Value
Type:
YAxisYAxisTypeEnumA value that indicates which YAxis this alert condition will be evaluated against
Remarks See Also