mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-17 22:10:11 +00:00
[feature][polar] support bar and ring polar
This commit is contained in:
@@ -443,6 +443,12 @@ namespace XCharts.Runtime
|
||||
internal bool GetSerieGridCoordAxis(Serie serie, out Axis axis, out Axis relativedAxis)
|
||||
{
|
||||
var yAxis = GetChartComponent<YAxis>(serie.yAxisIndex);
|
||||
if (yAxis == null)
|
||||
{
|
||||
axis = null;
|
||||
relativedAxis = null;
|
||||
return false;
|
||||
}
|
||||
var isY = yAxis.IsCategory();
|
||||
if (isY)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user