UseDSLimits Property

If the UseDSLimits is set to True, then for a given data source in an Enhanced Chart, the high and low values for the Y axis are obtained from the High and Low Limit fields in the Data sub tab on the Data Sources tab in the Enhanced Chart Customization dialog box.  

If the UseDSLimits is set to False, then the high and low values for the Y axis are configured using the settings configured in the Y Axis panel of the Axis tab in the Enhanced Chart Customization dialog box.

NOTE: If the Chart is an XY or Line Chart and the UseDefaultYAxisSettings Property is set to False for a given data source, then the Y axis high and low values are configured using the Y Axis sub tab on the Data Sources tab in the Enhanced Chart Customization dialog box.

Syntax

object.UseDSLimits [= Boolean]

Properties

The UseDSLimits property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Describes where to get the High and Low values for the Y axis

Settings

The settings for Boolean are:

Value

Description

True

Sets the Y axis High and Low values from High and Low Limit fields for a given data source in the Data sub tab on the Data Sources tab in the Enhanced Chart Customization dialog box.  

False

Sets the Y axis High and Low values from High and Low Limit fields using the settings configured in the Y Axis panel of the Axis tab in the Enhanced Chart Customization dialog box.

 

Applies To