diff --git a/Documentation~/en/api.md b/Documentation~/en/api.md
index 0ad36aef..e1178518 100644
--- a/Documentation~/en/api.md
+++ b/Documentation~/en/api.md
@@ -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()
是否需要显示边框。 |
|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)
diff --git a/Documentation~/zh/api.md b/Documentation~/zh/api.md
index f3e18830..e89649e2 100644
--- a/Documentation~/zh/api.md
+++ b/Documentation~/zh/api.md
@@ -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()
是否需要显示边框。 |
|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)