VisualizationGetActiveRanges Method

Spotfire 14.3 API Reference
Gets the active ranges for all features.

Namespace:  Spotfire.Dxp.Application.Visuals
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
protected virtual void GetActiveRanges(
	Axis target,
	IList<Range> rangePerFeature,
	bool usingFeatures,
	IList<bool> forcePositives
)

Parameters

target
Type: Spotfire.Dxp.Application.VisualsAxis
The axis.
rangePerFeature
Type: System.Collections.GenericIListRange
A list of ranges, one per feature, that should be updated by this method. When features are not used, element 0 corresponds to the only "feature".
usingFeatures
Type: SystemBoolean
set to true if features are used.
forcePositives
Type: System.Collections.GenericIListBoolean
Booleans determining whether to only allow positive values, per feature.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference