UseDefaultYAxisSettings Property

When UseDefaultYAxisSettings is set to True for a data source in an XY or  LineChart, the following data source properties are configured according to the corresponding values set on the Axis tab in the Enhanced Chart Customization dialog box in the iFIX WorkSpace:

Syntax

object.UseDefaultYAxisSettings [= Boolean]

Properties

The UseDefaultYAxisSettings property syntax has these parts:

Part

Description

object

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

Boolean

Describes whether the Y axis information is visible for the specified data source.

Settings

The settings for Boolean are:

Value

Description

True

The data source properties for ManualScaleControlY, AutoMinMaxPaddingY, ManualMinY, ManualMaxY, YAxisScaleControl and UseDSLimits are configured according to the corresponding values set on the Axis tab in the Enhanced Chart Customization dialog box. (Default)

False

The data source properties for ManualScaleControlY, AutoMinMaxPaddingY, ManualMinY, ManualMaxY, YAxisScaleControl and UseDSLimits are configured according to the corresponding values set on Y Axis sub tab on the Data Sources tab in the Enhanced Chart Customization dialog box.

 

Applies To