This commit is contained in:
monitor1394
2024-09-30 18:04:46 +08:00
parent 25a06afb50
commit 8c1dc44e1e
2 changed files with 10 additions and 0 deletions

View File

@@ -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)

View File

@@ -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)