XuniChartTooltip Class Reference

Inherits from NSObject
Declared in ChartTooltip.h

Overview

Class XuniChartTooltip.

  backgroundColor

Gets or sets the backgroundColor of tooltip.

@property (nonatomic) UIColor *backgroundColor

Discussion

Gets or sets the backgroundColor of tooltip.

Declared In

ChartTooltip.h

  textColor

Gets or sets the textColor of tooltip.

@property (nonatomic) UIColor *textColor

Discussion

Gets or sets the textColor of tooltip.

Declared In

ChartTooltip.h

  content

Gets or sets the content of tooltip.

@property (nonatomic) XuniBaseChartTooltipView *content

Discussion

Gets or sets the content of tooltip.

Declared In

ChartTooltip.h

  gap

Gets or sets the gap of tooltip.

@property (nonatomic) double gap

Discussion

Gets or sets the gap of tooltip.

Declared In

ChartTooltip.h

  isVisible

Gets or sets whether tooltip is visible.

@property (nonatomic) bool isVisible

Discussion

Gets or sets whether tooltip is visible.

Declared In

ChartTooltip.h

  showDelay

Gets or sets the showDelay of tooltip.

@property (nonatomic) long showDelay

Discussion

Gets or sets the showDelay of tooltip.

Declared In

ChartTooltip.h

  hideDelay

Gets or set the hideDelay of tooltip.

@property (nonatomic) long hideDelay

Discussion

Gets or set the hideDelay of tooltip.

Declared In

ChartTooltip.h

– show

Show the tooltip.

- (void)show

Discussion

Show the tooltip.

Declared In

ChartTooltip.h

– hide

Hide the tooltip.

- (void)hide

Discussion

Hide the tooltip.

Declared In

ChartTooltip.h

– init:content:

Initialize an object for the XuniChartTooltip.

- (id)init:(FlexChartBase *)chart content:(XuniBaseChartTooltipView *)content

Parameters

chart

the chart.

content

the content.

Return Value

an object for the XuniChartTooltip.

Discussion

Initialize an object for the XuniChartTooltip.

Declared In

ChartTooltip.h