Table of Contents

TTMSFNCStackedPercentageAreaChart.SetAutoXRange Method

Sets the x auto-range mode for a single series or all series at once.

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

Syntax

procedure SetAutoXRange(AXRange: TTMSFNCChartSerieAutoRange; ASerieIndex: Integer = -1);

Parameters

Name Description
AXRange The auto-range mode to apply.
ASerieIndex Zero-based series index; pass -1 to apply to all series.