Click or drag to resize
ColumnPreferencesisFormattedForPercentage Method (YAxis) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns a value that indicates if the yAxis is formatted for percentages

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public static bool isFormattedForPercentage(
	YAxis yAxis
)

Parameters

yAxis
Type: DataPAEnterpriseDashboardYAxis
The yAxis

Return Value

Type: Boolean
True if the yAxis is formatted for percentages
Remarks