From 023eeb9ea8b7ed09ca8f7ffc04be7940c3f79039 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Sat, 16 Dec 2023 22:34:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96border?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Documentation~/en/api.md | 13 ++++++++++++- Documentation~/zh/api.md | 13 ++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) 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)