Click or drag to resize
ColumnPreferences Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object to store column preferences.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardColumnPreferences

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public class ColumnPreferences : _ColumnPreferences, 
	ISerializable

The ColumnPreferences type exposes the following members.

Constructors
  NameDescription
Public methodColumnPreferences
Creates and returns a new ColumnPreferences object
Public methodColumnPreferences(SummaryColumn)
Creates and returns a new ColumnPreferences object
Public methodColumnPreferences(YAxis)
Creates and returns a new ColumnPreferences object
Top
Methods
  NameDescription
Public methodapply(SummaryColumn)
Applies this object to a Summary Column
Public methodapply(YAxis)
Applies this object to a y axis object
Public methodStatic memberapplyPercentageFormatting(SummaryColumn)
Applies the default percentage formatting to a Summary Column
Public methodStatic memberapplyPercentageFormatting(YAxis)
Applies the default percentage formatting to a Y Axis
Public methodGetObjectData
Public methodIsEqual(SummaryColumn)
Returns a value that indicates if the SummaryColumn numeric format is equal to this column preferences
Public methodIsEqual(YAxis)
Returns a value that indicates if the yAxis numeric format is equal to this column preferences
Public methodStatic memberisFormattedForPercentage(SummaryColumn)
Returns a value that indicates if the SummaryColumn is formatted for percentages
Public methodStatic memberisFormattedForPercentage(YAxis)
Returns a value that indicates if the yAxis is formatted for percentages
Top
Fields
Properties
  NameDescription
Public propertyforceTrailingZeros
Gets and sets a value that indicates whether all labels should have the number of decimal digits specified by numberDecimals, even if it requires trailing zeros.
Public propertyformatNumericValues
Gets and sets a value that indicates if numeric values on the Y Axis should be formatted.
Public propertynumberDecimals
Gets and sets a value that indicates the number of decimal places that should be used for values represented on the Y Axis.
Public propertynumberDecimalsYAxis
Gets and sets a value that indicates the number of decimal places that should be used for labels on the Y Axis.
Public propertynumericPrefix
Gets and sets the numeric prefix (text before the data value) that will be used in labels on the Y Axis.
Public propertynumericSuffix
Gets and sets the numeric suffix (text after the data value) that will be used in labels on the Y Axis.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyscalingUnits
Gets and sets a string value that represents the scaling units used to represent the Y Axis label values.
Public propertyscalingValues
Gets and sets a string value that represents the scaling values used to represent the Y Axis label values.
Public propertySuppressThousandSeparator
Gets and sets a property that indicates if numeric values should suppress the thousand separator.
Top
Remarks