Automatic | Calculates Max and Min of axis scale based on associated Series. |
AutomaticMaximum | Controls maximum value automatically based on the maximum value of its associated Series. |
AutomaticMinimum | Controls minimum value automatically based on the minimum value of its associated Series. |
AxisPen | Determines the kind of pen used to draw the Axes. |
CalcIncrement | Returns the calculated Axis Label increment. |
Chart (inherited from TeeBase) | Chart associated with this object |
EndPosition | Axis End position as percentage of Chart. |
FixedLabelSize | Gets or sets whether the Axis labels resize the chart rectangle when scrolling. |
Grid | Determines the pen used to draw the Chart Grid. |
GridCentered | Moves grid alignment to halfway between Major ticks points when true. |
Horizontal | Sets a custom axis to be drawn horizontally. |
IAxisSize | |
IEndPos | |
IGapSize | |
Increment | Is the minimum step between axis labels. Can use DateTimeSteps for date-time axis. |
IncrementOffset | The offset applied to the Increment property.
If Increment is 10 and IncrementOffset is 5, axis labels drawn (5, 15, 25 etc.). |
Inverted | Swaps the Axis Minimum and Maximum scales. |
IsDateTime | An axis is "DateTime" if at least one Active Series with
datetime values is associated to it |
IsDepthAxis | |
IStartPos | |
Labels | Accesses the Label characteristics of Axis Labels. |
LabelsOnAxis | Determines whether Labels at Axis Min. and Max. positions will be shown or not. |
Logarithmic | Scales the Axis Logarithmically when True. |
LogarithmicBase | Sets the base for the Logarithmic scale when Axis Logarithmic = True. |
Maximum | Sets Axis Maximum value. |
MaximumOffset | The amount of pixels that will be left as a margin at axis maximum position. |
MaximumRound | Rounds Axis Maximum to nearest Integer value. |
MaxXValue | Maximum X value for the specified Axis. |
MaxYValue | Maximum Y value for the specified Axis. |
MinAxisIncrement | Advanced use. Smallest Axis calculation increment. Default: 1e-12 |
Minimum | Sets Axis Minimum value. |
MinimumOffset | Pixels separation at axis minimum. |
MinimumRound | Rounds Axis Minimum to nearest Integer value. |
MinorGrid | Sets characteristics of the Grid coincidental to Minor Ticks. |
MinorTickCount | Determines the number of Axis minor ticks between major ticks. |
MinorTicks | Determines the Pen used to draw the Axis Minor ticks. |
MinXValue | Minimum X value for the specified Axis. |
MinYValue | Minimum Y value for the specified Axis. |
OtherSide | Sets the Axis to Otherside (Left or Right, Top or Bottom) |
PartnerAxis | 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 | Please use Position property. |
Position | Gets the screen co-ordinate where axis is drawn. |
PositionUnits | Defines Position units (pixels or percentage) for the RelativePosition property. |
RelativePosition | Axis position relative to Chart. |
StartEndPositionUnits | Defines Position units (pixels or percentage) for the StartPosition and
EndPosition properties. |
StartPosition | Axis Start position as percentage of Chart. |
SubAxes | SubAxes collection. |
Tag (inherited from TeeBase) | Gets or sets an object that provides additional data about the TChart object. |
TickOnLabelsOnly | Sets the Axis Ticks and Axis Grid to be drawn at Labels only. |
Ticks | Determines the Pen used to draw Axis marks along the Axis line. |
TicksInner | Determines the Pen used to draw Axis marks inside the Axis line. |
Title | Title attributes |
TitleSize | Auto-calculates the distance between Title and Chart. |
Transparency | Sets Transparency level from 0 to 100%. |
UsePartnerAxis | 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 all the five Chart Axes at once. |
ZoomLimitToAxisBounds | 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 | Determines the Z axis position along chart Depth |