mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-07-07 07:13:58 +00:00
3.0 - guage chart
This commit is contained in:
@@ -474,6 +474,12 @@ namespace XCharts
|
||||
else return serie.areaStyle;
|
||||
}
|
||||
|
||||
public static TitleStyle GetTitleStyle(Serie serie, SerieData serieData)
|
||||
{
|
||||
if (serieData != null && serieData.titleStyle != null) return serieData.titleStyle;
|
||||
else return serie.titleStyle;
|
||||
}
|
||||
|
||||
public static Color32 GetAreaColor(Serie serie, SerieData serieData, ThemeStyle theme, int index, bool highlight)
|
||||
{
|
||||
Color32 color = ChartConst.clearColor32;
|
||||
|
||||
Reference in New Issue
Block a user