File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ Learn step-by-step instructions and gain insights to create and dynamically upda
4343 </chart : SfCartesianChart .XAxes>
4444
4545 <chart : SfCartesianChart .YAxes>
46- <chart : NumericalAxis x : Name =" Y_Axis" Minimum =" 0" Maximum =" 20000" Interval =" 5000" ShowMajorGridLines =" False" >
47- ......
46+ <chart : NumericalAxis x : Name =" Y_Axis" Minimum =" 0" Maximum =" 20000" Interval =" 5000" ShowMajorGridLines =" False" PlotOffsetEnd = " 30 " >
47+ .....
4848 </chart : NumericalAxis >
4949 </chart : SfCartesianChart .YAxes>
5050
@@ -132,5 +132,6 @@ internal class ViewModel : INotifyPropertyChanged
132132
133133** Output:**
134134
135- ![ TargetLineCustomization1] ( https://github.com/user-attachments/assets/f380a273-e02a-4391-89d1-dd8658c95b01 )
135+ ![ DynamicTargetLine] ( https://github.com/user-attachments/assets/737beb67-861f-44f6-815f-3f6dde45d8fc )
136+
136137
You can’t perform that action at this time.
0 commit comments