ui_axis.h

Overview

Related Modules:

Graphic

Description:

Defines the attributes and functions of the x- and y-axises. This class is used in UIChart.

Since:

1.0

Version:

1.0

Summary

Data Structures

Data Structure Name

Description

OHOS::UIAxis

Represents the coordinate axis base class, which defines the basic attributes of coordinate axis, sets whether a coordinate axis is visible, and sets the number of scales on a coordinate axis. This class is used in UIChart.

OHOS::UIXAxis

Defines the unique attributes and functions for the x-axis. This class is used in UIChart.

OHOS::UIYAxis

Defines the unique attributes and functions for the y-axis. This class is used in UIChart.