Gets the active ranges for all features.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
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: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also