增加SerieLabel的LineType给饼图配置不同类型的视觉引导线

This commit is contained in:
monitor1394
2019-10-05 18:23:06 +08:00
parent eb641ea825
commit 46462ca05f
10 changed files with 23384 additions and 27754 deletions

View File

@@ -126,6 +126,11 @@ namespace XCharts
return true;
}
public bool IsCategory()
{
return !IsValue();
}
}
}