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