Adds a bottom N rule to the end of the collection.
Namespace: Spotfire.Dxp.Application.Visuals.Miniatures
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 67.0.20819.4186 (67.0.20819.4186)
Syntax
C#
public CalculatedValueRule AddBottomNRule( int rank, Color color, FontStyleFlags fontStyleFlags )
Parameters
- rank
- Type: System.Int32
An integer specifying the rank of the added rule. - color
- Type: System.Drawing.Color
The color of the added rule. - fontStyleFlags
- Type: Spotfire.Dxp.Framework.Styles.FontStyleFlags
The font style.
Return Value
Type: CalculatedValueRuleThe rule that was added.
Version Information
Supported in: 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5
See Also