Search found 4 matches

by a1782680475
Fri Mar 29, 2024 3:40 am
Forum: LightningChart Ultimate WPF
Topic: In V11 version, DpiHelper DpiXFactor always returns 1
Replies: 1
Views: 2141

In V11 version, DpiHelper DpiXFactor always returns 1

I tried to upgrade V10.5 to V11 today and everything went smoothly until I discovered some scaling issues and found out it was DpiHelper DpiXFactor is always 1,Is this bug?
by a1782680475
Wed Dec 13, 2023 1:40 am
Forum: LightningChart Feature Requests
Topic: How do I get SizeScreenCoors when I set the Size of Annotation to Automatic?
Replies: 4
Views: 5519

Re: How do I get SizeScreenCoors when I set the Size of Annotation to Automatic?

This is the code for setting annotations: AnnotationXY annotation = new AnnotationXY(ChartView.ViewXY, ChartView.ViewXY.XAxes[1], ChartView.ViewXY.YAxes[1]) { Style = AnnotationStyle.Rectangle, LocationCoordinateSystem = CoordinateSystem.RelativeCoordinatesToTarget, BorderVisible = false, AllowDragg...