Home
last modified time | relevance | path

Searched defs:AxisOption (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h45 struct AxisOption { struct
46 double min = 0.0;
47 double max = 100.0;
48 int32_t tickNumber = 10;
49 bool display = false;
50 Color color = Color::GRAY;
51 std::string colorString;