Skip to main content

JustGage

Namespace: Wisej.Web.Ext.JustGage

Assembly: Wisej.Web.Ext.JustGage

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

public class JustGage : Control

Constructors

Instance memberJustGage()

Properties

Instance memberBorderStyle

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

Instance memberCounter

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

Instance memberCustomSectors

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

Instance memberDecimals

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

Instance memberDonut

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

Instance memberFormatNumber

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

Instance memberGradient

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

Instance memberHumanFriendly

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)

Instance memberLabel

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

Instance memberLabelColor

Color: Returns or sets the label color.

Instance memberMaximum

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

Instance memberMinimum

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

Instance memberRefreshAnimationType

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

Instance memberReverse

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

Instance memberShowMinMax

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

Instance memberShowPointer

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

Instance memberShowValue

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

Instance memberStartAnimationType

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

Instance memberSymbol

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

Instance memberText

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

Instance memberTitlePosition

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

Instance memberValue

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

Instance memberValueColor

Color: Returns or sets the value color.

Events

Instance memberValueChanged

EventHandler Fired when the value changes.