Table of Contents

TTMSFNCVariableRadiusPieChart.SetXValuesPosition Method

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

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

Syntax

procedure SetXValuesPosition(AIndex: integer; APositions: TTMSFNCChartXAxisPositions = [xpBottom]; AClearOther: Boolean = True);

Parameters

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