Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_axis.cpp168 int16_t yAxisLength = enableReverse_ ? (end_.y - start_.y + 1) : (start_.y - end_.y + 1); in UpdateAxis() local
169 if (yAxisLength <= 0) { in UpdateAxis()
175 markInterval_ = static_cast<float>(yAxisLength) / markDataCount_; in UpdateAxis()