Name
|
Description
|
Attributes
|
DeclaredName
|
The name of the object as declared.
|
Type: String
Access: Read-Only
|
Direction
|
Specifies whether the axis minimum and maximum scales will be swapped.
|
Type: Variable
Access: Read/Write
|
GridColor
|
Sets the color of the grid lines.
|
Type: Variable
Access: Read/Write
|
GridLineStyle
|
Sets the style of the grid lines.
|
Type: Variable
Access: Read/Write
|
GridLineWidth
|
Sets the width of the grid lines.
|
Type: Variable
Access: Read/Write
|
GridVisible
|
Sets whether the grid lines are visible.
|
Type: Variable
Access: Read/Write
|
LabelsArrangement
|
Sets how the labels will be displayed on the axis. Possible choices are Normal, Multi-line and Alternate. The Alternate option displays successive labels in alternating columns for vertical axes or alternating rows for horizontal axes. Use the Alternate setting when more labels are desired in a smaller area. The Multi-line option breaks up long date labels onto multiple lines. This option only works if the axis is displaying date-formatted strings and the date format contains a space.
|
Type: Variable
Access: Read/Write
|
LabelsColor
|
Sets the current color of the label text.
|
Type: Variable
Access: Read/Write
|
LabelsFont
|
Provides access to the Label's font properties.
|
Type: PlotFont
Access: Read/Write
|
LabelsFormat
|
Sets the formatting string that will be used to display the values for the labels. The formatting string follows the standard C# formatting as used with the .NET ToString() method. Example formats: '0.000', '#,##0.###', and '00e-0'. See the help file for more information and additional examples.
|
Type: String
Access: Read/Write
|
LabelsSpacing
|
Sets the spacing between labels on the axis. Setting this value to 0 will automatically determine the spacing between labels on the plot.
|
Type: Variable
Access: Read/Write
|
Location
|
Specifies whether axis will be moved to opposite side (Left to Right, Bottom to top, etc).
|
Type: Variable
Access: Read/Write
|
MaximumValue
|
Sets the maximum value displayed on the axis. Setting this property will set UseAutoMaximum to false. Note: If the axis is displaying date-formatted strings, use the TimeTools object to convert the desired maximum date to a Modified Julian Date variable in TAI.
|
Type: Variable
Access: Read/Write
|
MinimumValue
|
Sets the minimum value displayed on the axis. Setting this property will set UseAutoMinimum to false. Note: If the axis is displaying date-formatted strings, use the TimeTools object to convert the desired minimum date to a Modified Julian Date variable in TAI.
|
Type: Variable
Access: Read/Write
|
Name
|
The name displayed for this object in output windows such as views, plots, and reports.
|
Type: String
Access: Read/Write
|
ObjectId
|
The unique identifier for the object.
|
Type: Variable
Access: Read-Only
|
ObjectType
|
The type of the object.
|
Type: String
Access: Read-Only
|
Scaling
|
Specifies whether the scaling for the Axis will be normal (linear) or logarithmic.
|
Type: Variable
Access: Read/Write
|
Title
|
Provides access to the Axis' title properties.
|
Type: PlotTitle
Access: Read/Write
|
UseAutoMaximum
|
Sets whether or not the axis maximum value is automatically set by the plot. This is set to false if the MaximumValue property is set by the user.
|
Type: Variable
Access: Read/Write
|
UseAutoMinimum
|
Sets whether or not the axis minimum value is automatically set by the plot. This is set to false if the MinimumValue property is set by the user.
|
Type: Variable
Access: Read/Write
|
UseDateTimeFormatting
|
Sets whether or not the axis values will be formatted into a Date/Time string according to the LabelsFormat property.
|
Type: Variable
Access: Read/Write
|