mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-29 20:58:47 +00:00
3.6.0
This commit is contained in:
@@ -95,6 +95,8 @@ slug: /api
|
|||||||
- [UGL](#ugl)
|
- [UGL](#ugl)
|
||||||
- [UGLExample](#uglexample)
|
- [UGLExample](#uglexample)
|
||||||
- [UGLHelper](#uglhelper)
|
- [UGLHelper](#uglhelper)
|
||||||
|
- [UIComponent](#uicomponent)
|
||||||
|
- [UIHelper](#uihelper)
|
||||||
- [VisualMapContext](#visualmapcontext)
|
- [VisualMapContext](#visualmapcontext)
|
||||||
- [VisualMapHelper](#visualmaphelper)
|
- [VisualMapHelper](#visualmaphelper)
|
||||||
- [XChartsMgr](#xchartsmgr)
|
- [XChartsMgr](#xchartsmgr)
|
||||||
@@ -1182,6 +1184,20 @@ Inherits or Implemented: [MaskableGraphic](#maskablegraphic)
|
|||||||
|IsZeroVector()||public static bool IsZeroVector(Vector3 pos)|
|
|IsZeroVector()||public static bool IsZeroVector(Vector3 pos)|
|
||||||
|RotateRound()||public static Vector3 RotateRound(Vector3 position, Vector3 center, Vector3 axis, float angle)|
|
|RotateRound()||public static Vector3 RotateRound(Vector3 position, Vector3 center, Vector3 axis, float angle)|
|
||||||
|
|
||||||
|
## UIComponent
|
||||||
|
|
||||||
|
Inherits or Implemented: [BaseGraph](#basegraph)
|
||||||
|
|
||||||
|
|public method|since|description|
|
||||||
|
|--|--|--|
|
||||||
|
|UpdateTheme()||public bool UpdateTheme(ThemeType theme)<br/>Update chart theme. |
|
||||||
|
|
||||||
|
## UIHelper
|
||||||
|
|
||||||
|
|public method|since|description|
|
||||||
|
|--|--|--|
|
||||||
|
|GetBackgroundColor()||public static Color32 GetBackgroundColor(UIComponent component)|
|
||||||
|
|
||||||
## VisualMapContext
|
## VisualMapContext
|
||||||
|
|
||||||
Inherits or Implemented: [MainComponentContext](#maincomponentcontext)
|
Inherits or Implemented: [MainComponentContext](#maincomponentcontext)
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ slug: /configuration
|
|||||||
- [ThemeStyle](#themestyle)
|
- [ThemeStyle](#themestyle)
|
||||||
- [TitleTheme](#titletheme)
|
- [TitleTheme](#titletheme)
|
||||||
- [TooltipTheme](#tooltiptheme)
|
- [TooltipTheme](#tooltiptheme)
|
||||||
|
- [UIComponentTheme](#uicomponenttheme)
|
||||||
- [VisualMapTheme](#visualmaptheme)
|
- [VisualMapTheme](#visualmaptheme)
|
||||||
|
|
||||||
|
|
||||||
@@ -129,6 +130,7 @@ slug: /configuration
|
|||||||
- [TitleStyle](#titlestyle)
|
- [TitleStyle](#titlestyle)
|
||||||
- [TitleTheme](#titletheme)
|
- [TitleTheme](#titletheme)
|
||||||
- [TooltipTheme](#tooltiptheme)
|
- [TooltipTheme](#tooltiptheme)
|
||||||
|
- [UIComponentTheme](#uicomponenttheme)
|
||||||
- [VisualMapRange](#visualmaprange)
|
- [VisualMapRange](#visualmaprange)
|
||||||
- [VisualMapTheme](#visualmaptheme)
|
- [VisualMapTheme](#visualmaptheme)
|
||||||
|
|
||||||
@@ -1507,6 +1509,16 @@ Inherits or Implemented: [ComponentTheme](#componenttheme)
|
|||||||
|labelTextColor|||the text color of tooltip cross indicator's axis label.
|
|labelTextColor|||the text color of tooltip cross indicator's axis label.
|
||||||
|labelBackgroundColor|||the background color of tooltip cross indicator's axis label.
|
|labelBackgroundColor|||the background color of tooltip cross indicator's axis label.
|
||||||
|
|
||||||
|
## UIComponentTheme
|
||||||
|
|
||||||
|
Inherits or Implemented: [ChildComponent](#childcomponent)
|
||||||
|
|
||||||
|
|field|default|since|comment|
|
||||||
|
|--|--|--|--|
|
||||||
|
|show|true||
|
||||||
|
|sharedTheme|||the asset of theme. [Theme](#theme)|
|
||||||
|
|transparentBackground|false||
|
||||||
|
|
||||||
## VisualMap
|
## VisualMap
|
||||||
|
|
||||||
Inherits or Implemented: [MainComponent](#maincomponent)
|
Inherits or Implemented: [MainComponent](#maincomponent)
|
||||||
|
|||||||
@@ -95,6 +95,8 @@ slug: /api
|
|||||||
- [UGL](#ugl)
|
- [UGL](#ugl)
|
||||||
- [UGLExample](#uglexample)
|
- [UGLExample](#uglexample)
|
||||||
- [UGLHelper](#uglhelper)
|
- [UGLHelper](#uglhelper)
|
||||||
|
- [UIComponent](#uicomponent)
|
||||||
|
- [UIHelper](#uihelper)
|
||||||
- [VisualMapContext](#visualmapcontext)
|
- [VisualMapContext](#visualmapcontext)
|
||||||
- [VisualMapHelper](#visualmaphelper)
|
- [VisualMapHelper](#visualmaphelper)
|
||||||
- [XChartsMgr](#xchartsmgr)
|
- [XChartsMgr](#xchartsmgr)
|
||||||
@@ -1182,6 +1184,20 @@ Inherits or Implemented: [MaskableGraphic](#maskablegraphic)
|
|||||||
|IsZeroVector()||public static bool IsZeroVector(Vector3 pos)|
|
|IsZeroVector()||public static bool IsZeroVector(Vector3 pos)|
|
||||||
|RotateRound()||public static Vector3 RotateRound(Vector3 position, Vector3 center, Vector3 axis, float angle)|
|
|RotateRound()||public static Vector3 RotateRound(Vector3 position, Vector3 center, Vector3 axis, float angle)|
|
||||||
|
|
||||||
|
## UIComponent
|
||||||
|
|
||||||
|
Inherits or Implemented: [BaseGraph](#basegraph)
|
||||||
|
|
||||||
|
|public method|since|description|
|
||||||
|
|--|--|--|
|
||||||
|
|UpdateTheme()||public bool UpdateTheme(ThemeType theme)<br/>切换内置主题。 |
|
||||||
|
|
||||||
|
## UIHelper
|
||||||
|
|
||||||
|
|public method|since|description|
|
||||||
|
|--|--|--|
|
||||||
|
|GetBackgroundColor()||public static Color32 GetBackgroundColor(UIComponent component)|
|
||||||
|
|
||||||
## VisualMapContext
|
## VisualMapContext
|
||||||
|
|
||||||
Inherits or Implemented: [MainComponentContext](#maincomponentcontext)
|
Inherits or Implemented: [MainComponentContext](#maincomponentcontext)
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ slug: /configuration
|
|||||||
- [ThemeStyle](#themestyle)
|
- [ThemeStyle](#themestyle)
|
||||||
- [TitleTheme](#titletheme)
|
- [TitleTheme](#titletheme)
|
||||||
- [TooltipTheme](#tooltiptheme)
|
- [TooltipTheme](#tooltiptheme)
|
||||||
|
- [UIComponentTheme](#uicomponenttheme)
|
||||||
- [VisualMapTheme](#visualmaptheme)
|
- [VisualMapTheme](#visualmaptheme)
|
||||||
|
|
||||||
|
|
||||||
@@ -129,6 +130,7 @@ slug: /configuration
|
|||||||
- [TitleStyle](#titlestyle)
|
- [TitleStyle](#titlestyle)
|
||||||
- [TitleTheme](#titletheme)
|
- [TitleTheme](#titletheme)
|
||||||
- [TooltipTheme](#tooltiptheme)
|
- [TooltipTheme](#tooltiptheme)
|
||||||
|
- [UIComponentTheme](#uicomponenttheme)
|
||||||
- [VisualMapRange](#visualmaprange)
|
- [VisualMapRange](#visualmaprange)
|
||||||
- [VisualMapTheme](#visualmaptheme)
|
- [VisualMapTheme](#visualmaptheme)
|
||||||
|
|
||||||
@@ -1507,6 +1509,16 @@ Inherits or Implemented: [ComponentTheme](#componenttheme)
|
|||||||
|labelTextColor|||十字指示器坐标轴标签的文本颜色。
|
|labelTextColor|||十字指示器坐标轴标签的文本颜色。
|
||||||
|labelBackgroundColor|||十字指示器坐标轴标签的背景颜色。
|
|labelBackgroundColor|||十字指示器坐标轴标签的背景颜色。
|
||||||
|
|
||||||
|
## UIComponentTheme
|
||||||
|
|
||||||
|
Inherits or Implemented: [ChildComponent](#childcomponent)
|
||||||
|
|
||||||
|
|field|default|since|comment|
|
||||||
|
|--|--|--|--|
|
||||||
|
|show|true||
|
||||||
|
|sharedTheme|||主题配置。 [Theme](#theme)|
|
||||||
|
|transparentBackground|false||
|
||||||
|
|
||||||
## VisualMap
|
## VisualMap
|
||||||
|
|
||||||
Inherits or Implemented: [MainComponent](#maincomponent)
|
Inherits or Implemented: [MainComponent](#maincomponent)
|
||||||
|
|||||||
Reference in New Issue
Block a user