Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp813 bool onVerticalLine = enableReverse_ ? (y <= limitPoints.start.y) : (y >= limitPoints.start.y); in DrawGradientColor() local
814 if (onVerticalLine) { in DrawGradientColor()