mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-14 20:00:09 +00:00
3.11.2
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user