Table of Contents

TTMSFNCChartSerieAutoRange Enumeration

Controls how the y-axis range is calculated for a series.

API unit family: TMSFNCChart

Members

Name Description
arDisabled Y range is fixed by MinY and MaxY; no automatic adjustment.
arEnabled Y range is calculated from the minimum and maximum point values.
arEnabledZeroBased Y range extends from zero to the maximum point value.
arCommon Y range is shared across all series and calculated from all their values.
arCommonZeroBased Shared y range is calculated from zero to the maximum value across all series.