Hi sync team!
I'd like to know how I can create a rectangle annotation to fill the space between my two horizontal line annotations:
This is what I have vs What I need
This is the code of my two line annotations.
<chart:SfChart.ChartAnnotations>
<chart:HorizontalLineAnnotation Y1="70" CoordinateUnit="Axis" ShowAxisLabel="False" StrokeWidth="5" StrokeColor="{DynamicResource LowGlucose}" />
<chart:HorizontalLineAnnotation Y1="170" CoordinateUnit="Axis" ShowAxisLabel="False" StrokeWidth="5" StrokeColor="{DynamicResource HighGlucose}" />
</chart:SfChart.ChartAnnotations>