Version

BulletGraphClientEvents Class Members

The following tables list the members exposed by BulletGraphClientEvents.

Public Fields
 NameDescription
Public FieldAlignLabelEvent which is raised when a label of the bullet graph is aligned along the scale.

Function takes first argument null and second argument ui.

Use ui.owner to obtain reference to bullet graph widget.

Use ui.actualMinimumValue to obtain the mimimum value of bullet graph scale.

Use ui.actualMaximumValue to obtain the maximum value of bullet graph scale.

Use ui.value to obtain the value on the bullet graph scale associated with the label.

Use ui.label to obtain the string value of the label. Use ui.width to obtain the width of the label.

Use ui.height to obtain the height of the label.

Use ui.offsetX to obtain the X offset of the label on the bullet graph scale.

Use ui.offsetY to obtain the Y offset of the label on the bullet graph scale.  
Public FieldFormatLabelEvent which is raised when a label of the bullet graph is formatted.

Function takes first argument null and second argument ui.

Use ui.owner to obtain reference to bullet graph widget.

Use ui.actualMinimumValue to obtain the mimimum value of bullet graph scale.

Use ui.actualMaximumValue to obtain the maximum value of bullet graph scale.

Use ui.value to obtain the value on the bullet graph scale associated with the label.

Use ui.label to obtain the string value of the label.  
See Also

View on GitHub