JustGage
Wisej.Web.Ext.JustGage.JustGage
Last updated
Was this helpful?
Wisej.Web.Ext.JustGage.JustGage
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.JustGage
Assembly: Wisej.Web.Ext.JustGage (3.2.0.0)
Represents a JustGage (http://justgage.com/) control.
: Indicates the border style for the control. (Default: None
)
: Returns or sets a value that indicates whether the value change should be animated. (Default: False
)
: Gets or sets custom sectors for the gauge. (Default: null
)
: Returns or sets the number of decimal places to display. Ignored (by JustGage) if humanFriendly is true. (Default: 0
)
: Returns or sets a value that indicates whether the gauge should display as a donut. (Default: False
)
: Returns or sets a value that indicates whether the number should be displayed with thousand separators. (Ignored if humanFriendly is true) (Default: False
)
: Returns or sets a value that indicates whether the gauge sectors should change with a gradient. (Default: True
)
: Returns or sets a value that indicates whether large numbers are displayed in a human friendly fashion for min/max and value. ie. 1234567 -> 1.2M (Default: False
)
: Returns or sets the label to display below the gage. (Default: ""
)
: Returns or sets the label color.
: Returns or sets the upper limit of the range. (Default: 100
)
: Returns or sets the lower limit of the range. (Default: 0
)
: Returns or sets a value that indicates the type of animation used when the value is refreshed. (Default: EaseIn
)
: Returns or sets a value that indicates whether the gauge display should be reversed. (Default: False
)
: Returns or sets a value that indicates whether the min and max labels should be displayed. (Default: True
)
: Returns or sets a value that indicates whether the pointer should be displayed. (Default: False
)
: Returns or sets a value that indicates whether the value should display under the gauge. (Default: True
)
: Returns or sets a value that indicates the type of animation used by the gage. (Default: EaseIn
)
: Returns or sets the symbol to display with the value. (Default: ""
)
: Returns or sets the title of the JustGage control. (Default: ""
)
: Returns or sets a value that indicates whether the title should be above or below the gauge. (Default: Above
)
: Returns or sets a numeric value that represents the current position of the JustGage widget. (Default: 0
)
: Returns or sets the value color.
Fired when the value changes.