Home
last modified time | relevance | path

Searched refs:enableBottomPoint_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_chart.h545 enableBottomPoint_ = enable; in EnableBottomPoint()
555 return enableBottomPoint_; in GetEnableBottomPoint()
585 bool enableBottomPoint_ : 1; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp137 enableBottomPoint_(false), in UIChartDataSerial()
194 if (enableBottomPoint_) { in ModifyPoint()
298 if (enableBottomPoint_) { in UpdatePeakAndValley()
386 if (enableBottomPoint_) { in DrawPoint()