JustGage

Wisej.Web.Ext.JustGage.JustGage

Namespace: Wisej.Web.Ext.JustGage

Assembly: Wisej.Web.Ext.JustGage (3.2.0.0)

Represents a JustGage (http://justgage.com/) control.

public class JustGage : Control

Constructors

Properties

BorderStyle: Indicates the border style for the control. (Default: None)

Boolean: Returns or sets a value that indicates whether the value change should be animated. (Default: False)

CustomSector[]: Gets or sets custom sectors for the gauge. (Default: null)

Int32: Returns or sets the number of decimal places to display. Ignored (by JustGage) if humanFriendly is true. (Default: 0)

Boolean: Returns or sets a value that indicates whether the gauge should display as a donut. (Default: False)

Boolean: Returns or sets a value that indicates whether the number should be displayed with thousand separators. (Ignored if humanFriendly is true) (Default: False)

Boolean: Returns or sets a value that indicates whether the gauge sectors should change with a gradient. (Default: True)

Boolean: 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)

String: Returns or sets the label to display below the gage. (Default: "")

Color: Returns or sets the label color.

Single: Returns or sets the upper limit of the range. (Default: 100)

Single: Returns or sets the lower limit of the range. (Default: 0)

JustGageAnimationType: Returns or sets a value that indicates the type of animation used when the value is refreshed. (Default: EaseIn)

Boolean: Returns or sets a value that indicates whether the gauge display should be reversed. (Default: False)

Boolean: Returns or sets a value that indicates whether the min and max labels should be displayed. (Default: True)

Boolean: Returns or sets a value that indicates whether the pointer should be displayed. (Default: False)

Boolean: Returns or sets a value that indicates whether the value should display under the gauge. (Default: True)

JustGageAnimationType: Returns or sets a value that indicates the type of animation used by the gage. (Default: EaseIn)

String: Returns or sets the symbol to display with the value. (Default: "")

String: Returns or sets the title of the JustGage control. (Default: "")

JustGageTitlePosition: Returns or sets a value that indicates whether the title should be above or below the gauge. (Default: Above)

Single: Returns or sets a numeric value that represents the current position of the JustGage widget. (Default: 0)

Color: Returns or sets the value color.

Events

EventHandler Fired when the value changes.

Last updated