XuniBulletGraph Class Reference

Inherits from XuniLinearGauge : XuniGauge : XuniView : UIView
Declared in XuniBulletGraph.h

Overview

The XuniBulletGraph is a type of linear gauge designed specifically for use in dashboards.

  bad

Gets or sets a reference value considered bad for the measure.

@property (nonatomic) IBInspectable double bad

Discussion

Gets or sets a reference value considered bad for the measure.

Declared In

XuniBulletGraph.h

  good

Gets or sets a reference value considered good for the measure.

@property (nonatomic) IBInspectable double good

Discussion

Gets or sets a reference value considered good for the measure.

Declared In

XuniBulletGraph.h

  target

Gets or sets the target value for the measure.

@property (nonatomic) IBInspectable double target

Discussion

Gets or sets the target value for the measure.

Declared In

XuniBulletGraph.h

  badRangeColor

Gets or sets the bad range fill.

@property (nonatomic) IBInspectable UIColor *badRangeColor

Discussion

Gets or sets the bad range fill.

Declared In

XuniBulletGraph.h

  goodRangeColor

Gets or sets the good range fill.

@property (nonatomic) IBInspectable UIColor *goodRangeColor

Discussion

Gets or sets the good range fill.

Declared In

XuniBulletGraph.h

  targetColor

Gets or sets the target fill.

@property (nonatomic) IBInspectable UIColor *targetColor

Discussion

Gets or sets the target fill.

Declared In

XuniBulletGraph.h