mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 17:30:10 +00:00
增加CandlestickChartK线图 #124
This commit is contained in:
@@ -175,6 +175,9 @@ namespace XCharts
|
||||
case SerieType.Heatmap:
|
||||
DrawHeatmapSerie(vh, colorIndex, serie);
|
||||
break;
|
||||
case SerieType.Candlestick:
|
||||
DrawCandlestickSerie(vh, colorIndex, serie);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -846,7 +849,7 @@ namespace XCharts
|
||||
if (dataZoom != null && dataZoom.enable)
|
||||
{
|
||||
if (axis is XAxis) dataZoom.SetXAxisIndexValueInfo(axisIndex, tempMinValue, tempMaxValue);
|
||||
else dataZoom.SetXAxisIndexValueInfo(axisIndex, tempMinValue, tempMaxValue);
|
||||
else dataZoom.SetYAxisIndexValueInfo(axisIndex, tempMinValue, tempMaxValue);
|
||||
}
|
||||
if (updateChart)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user