Replies: 1 comment
-
I noticed that Crosshair is stacking and it's not removed if I set axis multiples times with Crosshair formatting for example: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, In my code I have a CartesianChart (LiveChartsCore.SkiaSharpView.WPF 2.0.0-rc5.4) called "graphic". I show a Crosshair in X axis by setting it properties CrosshairLabelsBackground,CrosshairLabelsPaint,CrosshairPaint....When i try to hide the Crosshair, setting those properties to null, the chart remains with the Crosshair, and I try to remove it using ClearCrosshair(graphic.CoreChart) in the axis, but it throws a "Core not set yet." exception...could someone help me?
Beta Was this translation helpful? Give feedback.
All reactions