Table of Contents

TTMSFNCStackedBarChart.SetAutoYRange Method

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

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

Syntax

procedure SetAutoYRange(AYRange: TTMSFNCChartSerieAutoRange; ASerieIndex: Integer = -1);

Parameters

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