XuniBaseDataLabel Class Reference

Inherits from NSObject
Declared in BaseDataLabel.h

Overview

XuniBaseDataLabel.

  content

Gets or sets the content of datalabel.

@property (nonatomic) NSString *content

Discussion

Gets or sets the content of datalabel.

Declared In

BaseDataLabel.h

  dataLabelBackgroundColor

Gets or sets the background color of datalabel.

@property (nonatomic) UIColor *dataLabelBackgroundColor

Discussion

Gets or sets the background color of datalabel.

Declared In

BaseDataLabel.h

  dataLabelBorderColor

Gets or sets the border color of datalabel.

@property (nonatomic) UIColor *dataLabelBorderColor

Discussion

Gets or sets the border color of datalabel.

Declared In

BaseDataLabel.h

  dataLabelBorderWidth

Gets or sets the border width of datalabel.

@property (nonatomic) double dataLabelBorderWidth

Discussion

Gets or sets the border width of datalabel.

Declared In

BaseDataLabel.h

  dataLabelFont

Gets or sets the font of datalabel.

@property (nonatomic) UIFont *dataLabelFont

Discussion

Gets or sets the font of datalabel.

Declared In

BaseDataLabel.h

  dataLabelFontColor

Gets or sets the font color of datalabel.

@property (nonatomic) UIColor *dataLabelFontColor

Discussion

Gets or sets the font color of datalabel.

Declared In

BaseDataLabel.h

  dataLabelFormat

Gets or sets the number format string of datalabel.

@property (nonatomic) NSString *dataLabelFormat

Discussion

Gets or sets the number format string of datalabel.

Declared In

BaseDataLabel.h