Table of Contents

TTMSFNCChartYAxis Class

Configures the y-axis band, including position, width, grid lines, and reference value placement.

API unit family: TMSFNCChart Inherits from: TTMSFNCChartElement

Syntax

TTMSFNCChartYAxis = class(TTMSFNCChartElement)

Properties

Name Description
AutoSize When True, the axis band width is calculated automatically to fit its labels.
Border When True, a border rectangle is drawn around the y-axis band.
DisplayAtReferenceValue When True, the y-axis is drawn at the x-coordinate specified by ReferenceValue instead of the edge.
Fill Fill settings for the element background. (inherited from TTMSFNCChartElement)
Line When True, a separator line is drawn between the y-axis band and the plot area.
Positions Which edges of the plot area show y-axis bands; default is left and right.
ReferenceValue X-value at which the y-axis is drawn when DisplayAtReferenceValue is True.
ReferenceValueSeriesIndex Zero-based series index whose x-scale is used to position the y-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)
Width Fixed width of the y-axis band in pixels; ignored when AutoSize is True.

Methods

Name Description
AssignSource Copies settings from another persistent object.
Chart Returns the owning TTMSFNCChart instance. Returns the owning chart instance. (inherited from TTMSFNCChartElement)