Skip to content

Commit

Permalink
default legend default zindex
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-rodriguez committed Dec 13, 2024
1 parent 1c29973 commit 7543d62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public void Draw(Chart chart)
if (!_isInCanvas)
{
_drawableTask = chart.Canvas.AddGeometry(_container);
_drawableTask.ZIndex = 10099;
_isInCanvas = true;
}

Expand Down

0 comments on commit 7543d62

Please sign in to comment.