ConstReadonlyCOLOR_BORDER: 16color is used for stroking borders
ReadonlyCOLOR_FILL: 64color is used for filling areas
ReadonlyCOLOR_PRIMARY: 256option is used as primary color for the object multiple options can have this flag; depending on the tools implementation, one of them can be chosen dynamically
ReadonlyCOLOR_STROKE: 32color is used for stroking lines
ReadonlyDISABLED: 1024option is disabled; ui should not allow the user to modify it reasons can optionally be specified in the 'hint' attribute of the option
ReadonlyENUM_LINESTYLE: 8option is a line style (normal / dashed / dotted) enumeration
ReadonlyENUM_LINEWIDTH: 4option is a line width enumeration (width in pixels)
ReadonlyENUM_TEXTSTYLE: 128option is a text style (normal / italic / bold) enumeration
ReadonlyEPHEMERAL: 512option is ephemeral; it will not be serialized
ReadonlyEXPOSED: 1exposed to ui; e.g. if this flag is set for an option, the UI may allow modification of the option by the user
ReadonlyNO_INVALIDATE: 2no recalculation neccessary; e.g. if this flag is set for an option on an indicator, ChartBreaker knows that the indicator does not have to be recalculated when the option changes
ReadonlyNONE: 0no flags
ReadonlyPOSITION: 4096option influences object position
ReadonlySILENT: 2048option is silent; no change events will be fired with this flag set
An enum containing various bit flags for generic purposed Bits 1-16 are reserved by ChartBreaker; applications may use all aditional bits
Currently used for =
flagsattribute in all options of ChartbreakerObject