|
override void | OnPointerDown (PointerEventData eventData) |
|
|
Action< PointerEventData, int > | onPointerClickBar [set] |
| the callback function of click bar. 点击柱形图柱条回调。参数:eventData, dataIndex More...
|
|
Definition at line 14 of file BarChart_API.cs.
◆ onPointerClickBar
Action<PointerEventData, int> XCharts.BarChart.onPointerClickBar |
|
set |
the callback function of click bar. 点击柱形图柱条回调。参数:eventData, dataIndex
Definition at line 20 of file BarChart_API.cs.
20 {
set { m_OnPointerClickBar = value; m_ForceOpenRaycastTarget =
true; } }
The documentation for this class was generated from the following files: