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

JustGage()

Properties

BorderStyle

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

Counter

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

CustomSectors

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

Decimals

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

Donut

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

FormatNumber

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

Gradient

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

HumanFriendly

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)

Label

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

LabelColor

Color: Returns or sets the label color.

Maximum

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

Minimum

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

RefreshAnimationType

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

Reverse

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

ShowMinMax

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

ShowPointer

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

ShowValue

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

StartAnimationType

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

Symbol

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

Text

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

TitlePosition

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

Value

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

ValueColor

Color: Returns or sets the value color.

Events

ValueChanged

EventHandler Fired when the value changes.

Last updated

Was this helpful?