mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-17 22:10:11 +00:00
优化border
This commit is contained in:
@@ -122,6 +122,7 @@ slug: /api
|
||||
- [ListFor](#listfor)
|
||||
- [ListForComponent](#listforcomponent)
|
||||
- [ListForSerie](#listforserie)
|
||||
- [ListPool<T>](#listpoolt)
|
||||
- [Location](#location)
|
||||
- [MainComponent](#maincomponent)
|
||||
- [MainComponentContext](#maincomponentcontext)
|
||||
@@ -1621,7 +1622,6 @@ The interface for serie data component.
|
||||
|GetToColor()||public Color32 GetToColor()|
|
||||
|IsNeedCorner()||public bool IsNeedCorner()|
|
||||
|IsNeedGradient()||public bool IsNeedGradient()|
|
||||
|NeedShowBorder()||public bool NeedShowBorder()<br/>是否需要显示边框。 |
|
||||
|Reset()||public void Reset()|
|
||||
|
||||
## IUpdateRuntimeData
|
||||
@@ -1862,6 +1862,17 @@ The style of line.
|
||||
|--|--|--|
|
||||
|ListForSerie()||public ListForSerie(Type type) : base(type)|
|
||||
|
||||
## ListPool<T>
|
||||
|
||||
> class in XCharts.Runtime
|
||||
|
||||
|
||||
|public method|since|description|
|
||||
|--|--|--|
|
||||
|ClearAll()||public static void ClearAll()|
|
||||
|Get()||public static List<T> Get()|
|
||||
|Release()||public static void Release(List<T> toRelease)|
|
||||
|
||||
## Location
|
||||
|
||||
> class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent),[IPropertyChanged](#ipropertychanged)
|
||||
|
||||
@@ -122,6 +122,7 @@ slug: /api
|
||||
- [ListFor](#listfor)
|
||||
- [ListForComponent](#listforcomponent)
|
||||
- [ListForSerie](#listforserie)
|
||||
- [ListPool<T>](#listpoolt)
|
||||
- [Location](#location)
|
||||
- [MainComponent](#maincomponent)
|
||||
- [MainComponentContext](#maincomponentcontext)
|
||||
@@ -1621,7 +1622,6 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
|
||||
|GetToColor()||public Color32 GetToColor()|
|
||||
|IsNeedCorner()||public bool IsNeedCorner()|
|
||||
|IsNeedGradient()||public bool IsNeedGradient()|
|
||||
|NeedShowBorder()||public bool NeedShowBorder()<br/>是否需要显示边框。 |
|
||||
|Reset()||public void Reset()|
|
||||
|
||||
## IUpdateRuntimeData
|
||||
@@ -1862,6 +1862,17 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
|
||||
|--|--|--|
|
||||
|ListForSerie()||public ListForSerie(Type type) : base(type)|
|
||||
|
||||
## ListPool<T>
|
||||
|
||||
> class in XCharts.Runtime
|
||||
|
||||
|
||||
|API|版本|描述|
|
||||
|--|--|--|
|
||||
|ClearAll()||public static void ClearAll()|
|
||||
|Get()||public static List<T> Get()|
|
||||
|Release()||public static void Release(List<T> toRelease)|
|
||||
|
||||
## Location
|
||||
|
||||
> class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent),[IPropertyChanged](#ipropertychanged)
|
||||
|
||||
Reference in New Issue
Block a user