Table of Contents

TTMSFNCChartXAxis Class

Configures the x-axis band, including position, height, grid lines, and reference value placement.

API unit family: TMSFNCChart Inherits from: TTMSFNCChartElement

Syntax

TTMSFNCChartXAxis = class(TTMSFNCChartElement)

Properties

Name Description
AutoSize When True, the axis band height is calculated automatically to fit its labels.
Border When True, a border rectangle is drawn around the x-axis band.
DisplayAtReferenceValue When True, the x-axis is drawn at the y-coordinate specified by ReferenceValue instead of the edge.
Fill Fill settings for the element background. (inherited from TTMSFNCChartElement)
Height Fixed height of the x-axis band in pixels; ignored when AutoSize is True.
Line When True, a separator line is drawn between the x-axis band and the plot area.
Positions Which edges of the plot area show x-axis bands; default is bottom only.
ReferenceValue Y-value at which the x-axis is drawn when DisplayAtReferenceValue is True.
ReferenceValueSeriesIndex Zero-based series index whose y-scale is used to position the x-axis at ReferenceValue.
Stroke Stroke settings for the element border. (inherited from TTMSFNCChartElement)
Visible When True, the element is drawn; when False, it is hidden. (inherited from TTMSFNCChartElement)

Methods

Name Description
AssignSource Copies settings from another persistent object.
Chart Returns the owning chart instance.