IIgrValueBrushScaleProps
Properties
Section titled "Properties"Optional brushes
Section titled "brushes"Inherited from: IIgrBrushScaleProps
Gets the brushes collection used by this scale.
brushes?: string | string[] Optional children
Section titled "children"Inherited from: IIgrBrushScaleProps
children?: ReactNode Optional isLogarithmic
Section titled "isLogarithmic"Gets or sets whether the scale is logarithmic.
isLogarithmic?: string | boolean Optional logarithmBase
Section titled "logarithmBase"Gets or sets the logarithm base for this scale.
logarithmBase?: string | number Optional maximumValue
Section titled "maximumValue"Gets or sets the maximum value for this scale.
maximumValue?: string | number Optional minimumValue
Section titled "minimumValue"Gets or sets the minimum value for this scale.
minimumValue?: string | number Optional propertyUpdated
Section titled "propertyUpdated"Inherited from: IIgrBrushScaleProps
Event raised when a property (including "effective" and non-dependency property) value changes.
propertyUpdated?: object