Table of Contents

TTMSFNCBarChart.SetYValuesPosition Method

Sets the y-axis position flags for the series at the given index, optionally clearing other position flags first.

API unit family: TMSFNCChart Declaring type: TTMSFNCBarChart Inherited from: TTMSFNCChart

Syntax

procedure SetYValuesPosition(AIndex: integer; APositions: TTMSFNCChartYAxisPositions = [ypLeft]; AClearOther: Boolean = True);

Parameters

Name Description
AIndex Zero-based series index.
APositions Set of y-axis positions to enable for the series.
AClearOther When True (default), all other position flags are cleared before applying APositions.