mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 17:00:08 +00:00
3.0 - bar chart
This commit is contained in:
@@ -24,6 +24,7 @@ namespace XCharts
|
||||
for (int n = 0; n < series.Count; n++)
|
||||
{
|
||||
var serie = series[n];
|
||||
if (serie.placeHolder) continue;
|
||||
if (serie.useDataNameForColor)
|
||||
{
|
||||
for (int i = 0; i < serie.data.Count; i++)
|
||||
@@ -52,6 +53,7 @@ namespace XCharts
|
||||
for (int n = 0; n < chart.series.Count; n++)
|
||||
{
|
||||
var serie = chart.series[n];
|
||||
if (serie.placeHolder) continue;
|
||||
if (serie.useDataNameForColor)
|
||||
{
|
||||
for (int i = 0; i < serie.data.Count; i++)
|
||||
@@ -81,6 +83,7 @@ namespace XCharts
|
||||
for (int n = 0; n < series.Count; n++)
|
||||
{
|
||||
var serie = series[n];
|
||||
if (serie.placeHolder) continue;
|
||||
if (serie.useDataNameForColor)
|
||||
{
|
||||
bool found = false;
|
||||
|
||||
Reference in New Issue
Block a user