AirControl  1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
XCharts.BarChart Class Reference

Public Member Functions

override void OnPointerDown (PointerEventData eventData)
 

Protected Member Functions

override void Awake ()
 

Properties

Action< PointerEventData, int > onPointerClickBar [set]
 the callback function of click bar. 点击柱形图柱条回调。参数:eventData, dataIndex More...
 

Detailed Description

Definition at line 14 of file BarChart_API.cs.

Property Documentation

◆ 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: