TrellisVisualizationGetActiveRanges Method

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

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

C#
protected override 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.7, 14.6
See Also

Reference