WaterfallChartGetActiveRanges Method TIBCO Spotfire 7.6 API Reference
Gets the active ranges for all features.

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
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: 7.6
See Also

Reference