YAxis Class |
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class YAxis : _YAxis, ISerializable, NumericFormatProvider
The YAxis type exposes the following members.
Name | Description | |
---|---|---|
YAxis |
Creates and returns a new YAxis object.
| |
YAxis(DashboardObject) |
Creates and returns a new YAxis object.
|
Name | Description | |
---|---|---|
CopyNumericFormat |
Copies the numeric format values from one object to this
| |
GetObjectData |
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Name | Description | |
---|---|---|
forceTrailingZeros |
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.
| |
formatNumericValues |
Gets and sets a value that indicates if numeric values on the Y Axis should be formatted.
| |
maxValue |
Gets and sets a value that defines the maximum value for the Y Axis if useMinMaxValues is true
| |
minValue |
Gets and sets a value that defines the minimum value for the Y Axis if useMinMaxValues is true
| |
numberDecimals |
Gets and sets a value that indicates the number of decimal places that should be used for values represented on the Y Axis.
| |
numberDecimalsYAxis |
Gets and sets a value that indicates the number of decimal places that should be used for labels on the Y Axis.
| |
NumericFormatSelectionName |
Gets the label used to identify this numeric format provider in the interface
| |
NumericGuiFormat |
Gets a GUI format string for this Axis
| |
numericPrefix |
Gets and sets the numeric prefix (text before the data value) that will be used in labels on the Y Axis.
| |
numericSuffix |
Gets and sets the numeric suffix (text after the data value) that will be used in labels on the Y Axis.
| |
ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
Parent |
Gets and sets an object that represents the parent of this object.
| |
scalingUnits |
Gets and sets a string value that represents the scaling units used to represent the Y Axis label values.
| |
scalingValues |
Gets and sets a string value that represents the scaling values used to represent the Y Axis label values.
| |
setAdaptiveYMin |
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.
| |
SuppressThousandSeparator |
Gets and sets a property that indicates if numeric values should suppress the thousand separator.
| |
useMinMaxValues |
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.
| |
yAxisName |
Gets and sets the name of the Y Axis as used for the label.
|