Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_chart_unit_test.cpp67 pointStyle.fillColor = Color::Red(); in InitPointStyle()
68 pointStyle.radius = RADIUS; in InitPointStyle()
69 pointStyle.strokeColor = Color::White(); in InitPointStyle()
70 pointStyle.strokeWidth = WIDTH; in InitPointStyle()
374 UIChartDataSerial::PointStyle pointStyle; variable
375 InitPointStyle(pointStyle);
397 UIChartDataSerial::PointStyle pointStyle; variable
398 InitPointStyle(pointStyle);
400 chartDataSerial_->SetTopPointStyle(pointStyle);
420 UIChartDataSerial::PointStyle pointStyle; variable
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_chart/
H A Dui_test_chart_polyline.cpp323 UIChartDataSerial::PointStyle pointStyle; in OnClick() local
324 pointStyle.fillColor = Color::White(); in OnClick()
325 pointStyle.radius = 5; // 5: Inner radius in OnClick()
326 pointStyle.strokeColor = Color::Red(); in OnClick()
327 pointStyle.strokeWidth = 2; // 2: border width in OnClick()
349 pointStyle.strokeColor = Color::Red(); in OnClick()
350 dataSerial_[0]->SetTopPointStyle(pointStyle); in OnClick()
354 pointStyle.strokeColor = Color::Blue(); in OnClick()
359 pointStyle.strokeColor = Color::Yellow(); in OnClick()
360 dataSerial_[0]->SetHeadPointStyle(pointStyle); in OnClick()
[all …]
H A Dui_test_chart_polyline.h50 bool ClickExpand(UIView& view, UIChartDataSerial::PointStyle pointStyle);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.cpp210 …DataSerial::PointStyle *ChartComponent::UpdatePointStyle(UIChartDataSerial::PointStyle *pointStyle, in UpdatePointStyle() argument
213 if (pointStyle == nullptr) { in UpdatePointStyle()
214 pointStyle = new UIChartDataSerial::PointStyle(); in UpdatePointStyle()
215 if (pointStyle == nullptr) { in UpdatePointStyle()
219 pointStyle->fillColor = GetRGBColor(fillColor); in UpdatePointStyle()
220 pointStyle->strokeColor = GetRGBColor(strokeColor); in UpdatePointStyle()
221 pointStyle->radius = radius; in UpdatePointStyle()
222 pointStyle->strokeWidth = strokeWidth; in UpdatePointStyle()
223 return pointStyle; in UpdatePointStyle()
H A Dchart_component.h100 …UIChartDataSerial::PointStyle *UpdatePointStyle(UIChartDataSerial::PointStyle *pointStyle, uint32_…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp991 MouseFormat pointStyle = MouseFormat::DEFAULT; in OnCursorChange() local
994 pointStyle = g_cursorTypeMap[idx].value; in OnCursorChange()
996 if ((int32_t)pointStyle != curPointerStyle) { in OnCursorChange()
997 mouseStyle->SetPointerStyle(windowId, pointStyle); in OnCursorChange()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-basic-chart.md94 | pointStyle | PointStyle | - | 否 | 表示当前数据点的绘制样式。 |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-chart.md97 | pointStyle | PointStyle | - | 否 | 表示当前数据点的绘制样式。 |
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-components-chart.md582 "pointStyle": {
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-components-chart.md582 "pointStyle": {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4707 MouseFormat pointStyle = MouseFormat::DEFAULT; in OnCursorChange() local
4710 pointStyle = g_cursorTypeMap[idx].value; in OnCursorChange()
4712 mouseStyle->SetPointerVisible(pointStyle); in OnCursorChange()
4713 if (static_cast<int32_t>(pointStyle) != curPointerStyle) { in OnCursorChange()
4714 mouseStyle->SetPointerStyle(windowId, pointStyle); in OnCursorChange()
4725 MouseFormat pointStyle = MouseFormat::CONTEXT_MENU; in UpdateLocalCursorStyle() local
4727 mouseStyle->SetMouseIcon(windowId, pointStyle, pixelMap); in UpdateLocalCursorStyle()
4729 MouseFormat pointStyle = MouseFormat::ALIAS; in UpdateLocalCursorStyle() local
4731 mouseStyle->SetMouseIcon(windowId, pointStyle, pixelMap); in UpdateLocalCursorStyle()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-basic-chart.md94 | pointStyle | PointStyle | - | No | Style of the point. |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-chart.md98 | pointStyle | PointStyle | - | No | Style of the point. |