ColumnPreferencesIsEqual Method (YAxis) |
|
DataPA OpenAnalytics API Reference
Returns a value that indicates if the yAxis numeric format is equal to this column preferences
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool IsEqual(
YAxis yAxis
)
Public Function IsEqual (
yAxis As YAxis
) As Boolean
public:
virtual bool IsEqual(
YAxis^ yAxis
) sealed
Parameters
- yAxis
- Type: DataPAEnterpriseDashboardYAxis
The YAxis to compare
Return Value
Type:
BooleanTrue if the yAxis numeric format is equal to this column preferences
Remarks See Also