Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_chart.h288 void SetLastPointIndex(uint16_t value) in SetLastPointIndex() function
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_chart_unit_test.cpp305 chartDataSerial_->SetLastPointIndex(lastPointIndex);
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp444 data->SetLastPointIndex(dataCount - 1); in RefreshChart()