XuniGaugeRange Class Reference

Inherits from NSObject
Declared in Range.h

Overview

XuniGaugeRange

  color

Gets or sets the background color of the range.

@property (nonatomic) UIColor *color

Discussion

Gets or sets the background color of the range.

Declared In

Range.h

  thickness

​Gets or sets the thickness of the range.

@property (nonatomic) double thickness

Discussion

​Gets or sets the thickness of the range.

Declared In

Range.h

  borderColor

Gets or sets the border color of the range.

@property (nonatomic) UIColor *borderColor

Discussion

Gets or sets the border color of the range.

Declared In

Range.h

  borderWidth

​Gets or sets the border width of the range.

@property (nonatomic) double borderWidth

Discussion

​Gets or sets the border width of the range.

Declared In

Range.h

  borderDashes

Gets or sets the border dashes of the range.

@property (nonatomic) NSArray<NSNumber*> *borderDashes

Discussion

Gets or sets the border dashes of the range.

Declared In

Range.h

  min

Gets or sets the minimum value for this range.

@property (nonatomic) double min

Discussion

Gets or sets the minimum value for this range.

Declared In

Range.h

  max

Gets or sets the maximun value for this range.

@property (nonatomic) double max

Discussion

Gets or sets the maximun value for this range.

Declared In

Range.h

  name

Gets or sets the name value for this range.

@property (nonatomic) NSString *name

Discussion

Gets or sets the name value for this range.

Declared In

Range.h

– initWithGauge:

Initialize an instance for the XuniGaugeRange with the specified gague.

- (id)initWithGauge:(XuniGauge *)gauge

Parameters

gauge

the specified gague.

Return Value

an instance for the XuniGaugeRange

Discussion

Initialize an instance for the XuniGaugeRange with the specified gague.

Declared In

Range.h