NumericSymbolPlacement Enumeration

Defines the possible placements of a symbol relative to a number.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum NumericSymbolPlacement
Members
  Member nameValueDescription
Before0 The symbol is placed before the number.
After1 The symbol is placed after the number.
See Also