![]() |
AirControl
1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
|
Data of marking line. 图表标线的数据。 More...
Properties | |
int | index [get, set] |
Vector3 | runtimeStartPosition [get, set] |
Vector3 | runtimeEndPosition [get, set] |
Vector3 | runtimeCurrentEndPosition [get, set] |
ChartLabel | runtimeLabel [get, set] |
double | runtimeValue [get, set] |
string | name [get, set] |
Name of the marker, which will display as a label. 标线名称,将会作为文字显示。label的formatter可通过{b}显示名称,通过{c}显示数值。 More... | |
MarkLineType | type [get, set] |
Special label types, are used to label maximum value, minimum value and so on. 特殊的标线类型,用于标注最大值最小值等。 More... | |
int | dimension [get, set] |
From which dimension of data to calculate the maximum and minimum value and so on. 从哪个维度的数据计算最大最小值等。 More... | |
float | xPosition [get, set] |
The x coordinate relative to the origin, in pixels. 相对原点的 x 坐标,单位像素。当type为None时有效。 More... | |
float | yPosition [get, set] |
The y coordinate relative to the origin, in pixels. 相对原点的 y 坐标,单位像素。当type为None时有效。 More... | |
double | xValue [get, set] |
The value specified on the X-axis. A value specified when the X-axis is the category axis represents the index of the category axis data, otherwise a specific value. X轴上的指定值。当X轴为类目轴时指定值表示类目轴数据的索引,否则为具体的值。当type为None时有效。 More... | |
double | yValue [get, set] |
That's the value on the Y-axis. The value specified when the Y axis is the category axis represents the index of the category axis data, otherwise the specific value. Y轴上的指定值。当Y轴为类目轴时指定值表示类目轴数据的索引,否则为具体的值。当type为None时有效。 More... | |
int | group [get, set] |
Grouping. When the group is not 0, it means that this data is the starting point or end point of the marking line. Data consistent with the group form a marking line. 分组。当group不为0时,表示这个data是标线的起点或终点,group一致的data组成一条标线。 More... | |
bool | zeroPosition [get, set] |
Is the origin of the coordinate system. 是否为坐标系原点。 More... | |
SerieSymbol | startSymbol [get, set] |
The symbol of the start point of markline. 起始点的图形标记。 More... | |
SerieSymbol | endSymbol [get, set] |
The symbol of the end point of markline. 结束点的图形标记。 More... | |
LineStyle | lineStyle [get, set] |
The line style of markline. 标线样式。 More... | |
SerieLabel | label [get, set] |
Text styles of label. You can set position to Start, Middle, and End to display text in different locations. 文本样式。可设置position为Start、Middle和End在不同的位置显示文本。 More... | |
![]() | |
virtual bool | vertsDirty [get] |
图表重绘标记。 More... | |
virtual bool | componentDirty [get] |
组件重新初始化标记。 More... | |
bool | anyDirty [get] |
需要重绘图表或重新初始化组件。 More... | |
Painter | painter [get, set] |
Action | refreshComponent [get, set] |
GameObject | gameObject [get, set] |
Additional Inherited Members | |
![]() | |
virtual void | SetVerticesDirty () |
virtual void | ClearVerticesDirty () |
virtual void | SetComponentDirty () |
virtual void | ClearComponentDirty () |
virtual void | ClearDirty () |
virtual void | SetAllDirty () |
![]() | |
bool | m_VertsDirty |
bool | m_ComponentDirty |
Painter | m_Painter |
Data of marking line. 图表标线的数据。
Definition at line 43 of file MarkLine.cs.
|
getset |
From which dimension of data to calculate the maximum and minimum value and so on. 从哪个维度的数据计算最大最小值等。
Definition at line 91 of file MarkLine.cs.
|
getset |
The symbol of the end point of markline. 结束点的图形标记。
Definition at line 163 of file MarkLine.cs.
|
getset |
Grouping. When the group is not 0, it means that this data is the starting point or end point of the marking line. Data consistent with the group form a marking line. 分组。当group不为0时,表示这个data是标线的起点或终点,group一致的data组成一条标线。
Definition at line 136 of file MarkLine.cs.
|
getset |
Text styles of label. You can set position to Start, Middle, and End to display text in different locations. 文本样式。可设置position为Start、Middle和End在不同的位置显示文本。
Definition at line 181 of file MarkLine.cs.
|
getset |
The line style of markline. 标线样式。
Definition at line 172 of file MarkLine.cs.
|
getset |
Name of the marker, which will display as a label. 标线名称,将会作为文字显示。label的formatter可通过{b}显示名称,通过{c}显示数值。
Definition at line 73 of file MarkLine.cs.
|
getset |
The symbol of the start point of markline. 起始点的图形标记。
Definition at line 154 of file MarkLine.cs.
|
getset |
Special label types, are used to label maximum value, minimum value and so on. 特殊的标线类型,用于标注最大值最小值等。
Definition at line 82 of file MarkLine.cs.
|
getset |
The x coordinate relative to the origin, in pixels. 相对原点的 x 坐标,单位像素。当type为None时有效。
Definition at line 100 of file MarkLine.cs.
|
getset |
The value specified on the X-axis. A value specified when the X-axis is the category axis represents the index of the category axis data, otherwise a specific value. X轴上的指定值。当X轴为类目轴时指定值表示类目轴数据的索引,否则为具体的值。当type为None时有效。
Definition at line 118 of file MarkLine.cs.
|
getset |
The y coordinate relative to the origin, in pixels. 相对原点的 y 坐标,单位像素。当type为None时有效。
Definition at line 109 of file MarkLine.cs.
|
getset |
That's the value on the Y-axis. The value specified when the Y axis is the category axis represents the index of the category axis data, otherwise the specific value. Y轴上的指定值。当Y轴为类目轴时指定值表示类目轴数据的索引,否则为具体的值。当type为None时有效。
Definition at line 127 of file MarkLine.cs.
|
getset |
Is the origin of the coordinate system. 是否为坐标系原点。
Definition at line 145 of file MarkLine.cs.