mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 12:08:46 +00:00
[feature][UGL] add UGL.DrawPolyon API
This commit is contained in:
@@ -244,7 +244,7 @@ namespace XCharts.Runtime
|
||||
|
||||
public static SerieState GetSerieState(Serie serie)
|
||||
{
|
||||
if (serie.highlight || serie.context.pointerEnter) return SerieState.Emphasis;
|
||||
if (serie.highlight) return SerieState.Emphasis;
|
||||
return serie.state;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user