增加SerieSymbol关于显示间隔的相关配置

This commit is contained in:
monitor1394
2019-09-29 19:13:08 +08:00
parent cf0f5618ff
commit 91bee0fb81
6 changed files with 53 additions and 20 deletions

View File

@@ -293,7 +293,7 @@ namespace XCharts
{
ChartHelper.DrawLine(vh, startPoint, firstPoint, serie.lineStyle.width, lineColor);
}
if (serie.symbol.type != SerieSymbolType.None)
if (serie.symbol.type != SerieSymbolType.None )
{
var symbolSize = (isHighlight ? serie.symbol.selectedSize : serie.symbol.size);
float symbolRadius = symbolSize - serie.lineStyle.width * 2;