|
29 | 29 |
|
30 | 30 | <chart:SfCartesianChart.XAxes> |
31 | 31 | <chart:DateTimeAxis ShowMajorGridLines="False" |
32 | | - Interval="1" IntervalType="Hours" |
33 | | - LabelStyle="{StaticResource xAxisLableStyle}" > |
| 32 | + Interval="1" IntervalType="Hours" |
| 33 | + LabelStyle="{StaticResource xAxisLableStyle}" > |
34 | 34 | <chart:DateTimeAxis.Title> |
35 | 35 | <chart:ChartAxisTitle Text="Time in hours" /> |
36 | 36 | </chart:DateTimeAxis.Title> |
|
39 | 39 |
|
40 | 40 | <chart:SfCartesianChart.YAxes> |
41 | 41 | <chart:NumericalAxis Name="yAxis1" MinorTicksPerInterval="1" |
42 | | - Minimum="0" Maximum="6000" Interval="1000" |
43 | | - LabelStyle="{StaticResource yAxis1LableStyle}" |
44 | | - MajorGridLineStyle="{StaticResource majorLineStyle}" |
45 | | - MajorTickStyle="{StaticResource majorTickStyle}" |
46 | | - MinorGridLineStyle="{StaticResource minorLineStyle}" |
47 | | - AxisLineStyle="{StaticResource yAxis1LineStyle}"> |
| 42 | + Minimum="0" Maximum="6000" Interval="1000" |
| 43 | + LabelStyle="{StaticResource yAxis1LableStyle}" |
| 44 | + MajorGridLineStyle="{StaticResource majorLineStyle}" |
| 45 | + MajorTickStyle="{StaticResource majorTickStyle}" |
| 46 | + MinorGridLineStyle="{StaticResource minorLineStyle}" |
| 47 | + AxisLineStyle="{StaticResource yAxis1LineStyle}"> |
48 | 48 | </chart:NumericalAxis> |
49 | 49 |
|
50 | 50 | <chart:NumericalAxis Name="yAxis2" |
51 | | - Minimum="55" Maximum="85" Interval="5" |
52 | | - AxisLineStyle="{StaticResource yAxis2LineStyle}" |
53 | | - LabelStyle="{StaticResource yAxis2LableStyle}" |
54 | | - ShowMajorGridLines="False" |
55 | | - CrossesAt="{Static x:Double.MaxValue}"> |
| 51 | + Minimum="55" Maximum="85" Interval="5" |
| 52 | + AxisLineStyle="{StaticResource yAxis2LineStyle}" |
| 53 | + LabelStyle="{StaticResource yAxis2LableStyle}" |
| 54 | + ShowMajorGridLines="False" |
| 55 | + CrossesAt="{Static x:Double.MaxValue}"> |
56 | 56 | </chart:NumericalAxis> |
57 | 57 | </chart:SfCartesianChart.YAxes> |
58 | 58 |
|
|
0 commit comments