Automatic (inherited from Axis) | Calculates Max and Min of axis scale based on associated Series. |
AutomaticMaximum (inherited from Axis) | Controls maximum value automatically based on the maximum value of its associated Series. |
AutomaticMinimum (inherited from Axis) | Controls minimum value automatically based on the minimum value of its associated Series. |
AxisPen (inherited from Axis) | Determines the kind of pen used to draw the Axes. |
CalcIncrement (inherited from Axis) | Returns the calculated Axis Label increment. |
Chart (inherited from TeeBase) | Chart associated with this object |
EndPosition (inherited from Axis) | Axis End position as percentage of Chart. |
FixedLabelSize (inherited from Axis) | Gets or sets whether the Axis labels resize the chart rectangle when scrolling. |
Grid (inherited from Axis) | Determines the pen used to draw the Chart Grid. |
GridCentered (inherited from Axis) | |
Horizontal (inherited from Axis) | Sets a custom axis to be drawn horizontally. |
IAxisSize (inherited from Axis) | |
IEndPos (inherited from Axis) | |
IGapSize (inherited from Axis) | |
Increment (inherited from Axis) | Is the minimum step between axis labels. Can use DateTimeSteps for date-time axis. |
IncrementOffset (inherited from Axis) | The offset applied to the Increment property.
If Increment is 10 and IncrementOffset is 5, axis labels drawn (5, 15, 25 etc.). |
Inverted (inherited from Axis) | Swaps the Axis Minimum and Maximum scales. |
IsDateTime (inherited from Axis) | An axis is "DateTime" if at least one Active Series with
datetime values is associated to it |
IsDepthAxis (inherited from Axis) | |
IStartPos (inherited from Axis) | |
Labels (inherited from Axis) | Accesses the Label characteristics of Axis Labels. |
LabelsAsSeriesTitles | Gets or sets whether label Text set as Series title or as point labels. |
LabelsOnAxis (inherited from Axis) | Controls whether the Labels at Axis Minimum and Maximum positions will be shown or not. |
Logarithmic (inherited from Axis) | Scales the Axis Logarithmically when True. |
LogarithmicBase (inherited from Axis) | Sets the base for the Logarithmic scale when Axis Logarithmic = True. |
Maximum (inherited from Axis) | Sets Axis Maximum value. |
MaximumOffset (inherited from Axis) | The amount of pixels that will be left as a margin at axis maximum position. |
MaximumRound (inherited from Axis) | Rounds Axis Maximum to nearest Integer value. |
MaxXValue (inherited from Axis) | Maximum X value for the specified Axis. |
MaxYValue (inherited from Axis) | Maximum Y value for the specified Axis. |
MinAxisIncrement (inherited from Axis) | Advanced use. Smallest Axis calculation increment. Default: 1e-12 |
Minimum (inherited from Axis) | Sets Axis Minimum value. |
MinimumOffset (inherited from Axis) | Pixels separation at axis minimum. |
MinimumRound (inherited from Axis) | Rounds Axis Minimum to nearest Integer value. |
MinorGrid (inherited from Axis) | Sets characteristics of the Grid coincidental to Minor Ticks. |
MinorTickCount (inherited from Axis) | Determines the number of Axis minor ticks between major ticks. |
MinorTicks (inherited from Axis) | Determines the Pen used to draw the Axis Minor ticks. |
MinXValue (inherited from Axis) | Minimum X value for the specified Axis. |
MinYValue (inherited from Axis) | Minimum Y value for the specified Axis. |
OtherSide (inherited from Axis) | Sets the Axis to Otherside (Left or Right, Top or Bottom) |
PartnerAxis (inherited from Axis) | Use this property when UsePartnerAxis is set to
True to define an Axis pair whose bounding rectangle will limit
the plotted Gridilines for either Axis.
It is possible to have a one sided partnership where only one
of the two Axes limits its Gridline plot. |
PosAxis (inherited from Axis) | Please use Position property. |
Position (inherited from Axis) | Gets the screen co-ordinate where axis is drawn. |
PositionUnits (inherited from Axis) | Defines Position units (pixels or percentage) for the RelativePosition property. |
RelativePosition (inherited from Axis) | Axis position relative to Chart. |
StartEndPositionUnits (inherited from Axis) | Defines Position units (pixels or percentage) for the StartPosition and
EndPosition properties. |
StartPosition (inherited from Axis) | Axis Start position as percentage of Chart. |
SubAxes (inherited from Axis) | SubAxes collection. |
Tag (inherited from TeeBase) | Gets or sets an object that provides additional data about the TChart object. |
TickOnLabelsOnly (inherited from Axis) | Sets the Axis Ticks and Axis Grid to be drawn at Labels only. |
Ticks (inherited from Axis) | Determines the Pen used to draw Axis marks along the Axis line. |
TicksInner (inherited from Axis) | Determines the Pen used to draw Axis marks inside the Axis line. |
Title (inherited from Axis) | Title attributes |
TitleSize (inherited from Axis) | |
Transparency (inherited from Axis) | Sets Transparency level from 0 to 100%. |
UsePartnerAxis (inherited from Axis) | When True and PartnerAxis is set to the value of
a valid Axis, Axis GridlInes will zone to the bounding rectangle
of the two Partner Axes.
It is possible to have a one sided partnership where only one
of the two Axes limits its Gridline plot. |
Visible | Shows or hides the Depth Axis. |
ZoomLimitToAxisBounds (inherited from Axis) | When true, zooms associated to this axis will not exceed the standard axis scale. This
can be useful for multi axis charts to avoid a zoom on a neighbouring axis sending the
associated contents of this Axis out of bounds. |
ZPosition (inherited from Axis) | Determines the Z axis position along chart Depth |