Questions tagged [rulemark]
2 questions
0
votes
0 answers
SwiftUI Charts - Have circle at intersection of a LineMark and RuleMark?
I have a vertical slider that moves left to right intersecting the orange and red curves. Is it possible to put a small circle at the intersection of the rule and the curves?
This is the type of code I'd use but RuleMark has no idea where the…

Edward Hasted
- 3,201
- 8
- 30
- 48
0
votes
2 answers
Swift Charts: How to shade a highlighted area in a line chart?
The code below draws a RuleMark at the top and bottom of the area I would like to highlight, however, instead of 2 lines I would like to shade this area grey to show the normal range. How can I do this?
import SwiftUI
import Charts
struct…

GarySabo
- 5,806
- 5
- 49
- 124