mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 18:00:26 +00:00
优化serie的显示和隐藏处理
This commit is contained in:
@@ -158,7 +158,7 @@ namespace XCharts
|
|||||||
|
|
||||||
protected void DrawXBarSerie(VertexHelper vh, Serie serie, int colorIndex, ref List<float> seriesHig)
|
protected void DrawXBarSerie(VertexHelper vh, Serie serie, int colorIndex, ref List<float> seriesHig)
|
||||||
{
|
{
|
||||||
if (!IsActive(serie.name)) return;
|
if (!IsActive(serie.index)) return;
|
||||||
if (serie.animation.HasFadeOut()) return;
|
if (serie.animation.HasFadeOut()) return;
|
||||||
var showData = serie.GetDataList(m_DataZoom);
|
var showData = serie.GetDataList(m_DataZoom);
|
||||||
var yAxis = m_YAxises[serie.axisIndex];
|
var yAxis = m_YAxises[serie.axisIndex];
|
||||||
|
|||||||
Reference in New Issue
Block a user