|
| GaugeAxisLine (bool show) |
|
| BaseLine (bool show) |
|
void | Copy (BaseLine axisLine) |
|
LineStyle.Type | GetType (LineStyle.Type themeType) |
|
float | GetWidth (float themeWidth) |
|
float | GetLength (float themeLength) |
|
Color32 | GetColor (Color32 themeColor) |
|
virtual void | SetVerticesDirty () |
|
virtual void | ClearVerticesDirty () |
|
virtual void | SetComponentDirty () |
|
virtual void | ClearComponentDirty () |
|
virtual void | ClearDirty () |
|
virtual void | SetAllDirty () |
|
Definition at line 35 of file GaugeAxisLine.cs.
◆ barBackgroundColor
Color32 XCharts.GaugeAxisLine.barBackgroundColor |
|
getset |
进度条背景颜色。
Definition at line 53 of file GaugeAxisLine.cs.
53 {
get {
return m_BarBackgroundColor; }
set { m_BarBackgroundColor = value; } }
◆ barColor
Color32 XCharts.GaugeAxisLine.barColor |
|
getset |
进度条颜色。
Definition at line 49 of file GaugeAxisLine.cs.
49 {
get {
return m_BarColor; }
set { m_BarColor = value; } }
◆ stageColor
阶段颜色。
Definition at line 57 of file GaugeAxisLine.cs.
57 {
get {
return m_StageColor; }
set { m_StageColor = value; } }
The documentation for this class was generated from the following file: