Skip to content

Commit

Permalink
3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
monitor1394 committed Sep 30, 2024
1 parent 25a06af commit 8c1dc44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation~/en/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -7869,6 +7869,11 @@ public static void GetStackSeries(List<Serie> series, ref Dictionary<in
public static bool IsAnyClipSerie(List<Serie> series)
是否有需裁剪的serie。

### SeriesHelper.IsAnyColorByDataSerie

public static bool IsAnyColorByDataSerie(List<Serie> series)
check if series has any serie which is color by data.

### SeriesHelper.IsLegalLegendName

public static bool IsLegalLegendName(string name)
Expand Down
5 changes: 5 additions & 0 deletions Documentation~/zh/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -7869,6 +7869,11 @@ public static void GetStackSeries(List<Serie> series, ref Dictionary<in
public static bool IsAnyClipSerie(List<Serie> series)
是否有需裁剪的serie。

### SeriesHelper.IsAnyColorByDataSerie

public static bool IsAnyColorByDataSerie(List<Serie> series)
是否有任何一个系列是按数据颜色的。

### SeriesHelper.IsLegalLegendName

public static bool IsLegalLegendName(string name)
Expand Down

0 comments on commit 8c1dc44

Please sign in to comment.