优化border

This commit is contained in:
monitor1394
2023-12-16 22:34:00 +08:00
parent 2431a001b1
commit 023eeb9ea8
2 changed files with 24 additions and 2 deletions

View File

@@ -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&lt;T&gt;
> class in XCharts.Runtime
|public method|since|description|
|--|--|--|
|ClearAll()||public static void ClearAll()|
|Get()||public static List&lt;T&gt; Get()|
|Release()||public static void Release(List&lt;T&gt; toRelease)|
## Location
> class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent),[IPropertyChanged](#ipropertychanged)

View File

@@ -122,6 +122,7 @@ slug: /api
- [ListFor](#listfor)
- [ListForComponent](#listforcomponent)
- [ListForSerie](#listforserie)
- [ListPool&lt;T&gt;](#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&lt;T&gt;
> class in XCharts.Runtime
|API|版本|描述|
|--|--|--|
|ClearAll()||public static void ClearAll()|
|Get()||public static List&lt;T&gt; Get()|
|Release()||public static void Release(List&lt;T&gt; toRelease)|
## Location
> class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent),[IPropertyChanged](#ipropertychanged)