Click or drag to resize
YAxis Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardYAxis

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class YAxis : _YAxis, ISerializable, 
	NumericFormatProvider

The YAxis type exposes the following members.

Constructors
  NameDescription
Public methodYAxis
Creates and returns a new YAxis object.
Public methodYAxis(DashboardObject)
Creates and returns a new YAxis object.
Top
Methods
  NameDescription
Public methodCopyNumericFormat
Copies the numeric format values from one object to this
Public methodGetObjectData
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 propertymaxValue
Gets and sets a value that defines the maximum value for the Y Axis if useMinMaxValues is true
Public propertyminValue
Gets and sets a value that defines the minimum value for the Y Axis if useMinMaxValues is true
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 propertyNumericFormatSelectionName
Gets the label used to identify this numeric format provider in the interface
Public propertyNumericGuiFormat
Gets a GUI format string for this 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 propertyParent
Gets and sets an object that represents the parent of this object.
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 propertysetAdaptiveYMin
Gets and sets a value that indicates whether or not the minimum value should be 0 or adapt to the minimum value in the data.
Public propertySuppressThousandSeparator
Gets and sets a property that indicates if numeric values should suppress the thousand separator.
Public propertyuseMinMaxValues
Gets and sets a value that indicates whether the minimum and maximum values for the Y Axis should be manually set from the minValue and maxValue fields.
Public propertyyAxisName
Gets and sets the name of the Y Axis as used for the label.
Top
See Also