File tree 1 file changed +5
-5
lines changed
Polar_chart_sample/PolarChartSample
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
<chart : SfPolarChart >
13
13
14
14
<chart : SfPolarChart .Title>
15
- <Label Text =" Plant Analysis" HorizontalTextAlignment =" Center" />
15
+ <Label Text =" Plant Analysis" HorizontalTextAlignment =" Center" Padding = " 0,20,0,0 " />
16
16
</chart : SfPolarChart .Title>
17
17
18
18
<chart : SfPolarChart .Legend>
24
24
</chart : SfPolarChart .PrimaryAxis>
25
25
26
26
<chart : SfPolarChart .SecondaryAxis>
27
- <chart : NumericalAxis />
27
+ <chart : NumericalAxis Maximum = " 100 " />
28
28
</chart : SfPolarChart .SecondaryAxis>
29
29
30
- <chart : PolarAreaSeries ItemsSource =" {Binding PlantDetails}" XBindingPath =" Direction"
30
+ <chart : PolarLineSeries ItemsSource =" {Binding PlantDetails}" XBindingPath =" Direction"
31
31
YBindingPath =" Tree" Label =" Tree" EnableTooltip =" True" ShowDataLabels =" True" />
32
32
33
- <chart : PolarAreaSeries ItemsSource =" {Binding PlantDetails}" XBindingPath =" Direction"
33
+ <chart : PolarLineSeries ItemsSource =" {Binding PlantDetails}" XBindingPath =" Direction"
34
34
YBindingPath =" Weed" Label =" Weed" EnableTooltip =" True" ShowDataLabels =" True" />
35
35
36
- <chart : PolarAreaSeries ItemsSource =" {Binding PlantDetails}" XBindingPath =" Direction"
36
+ <chart : PolarLineSeries ItemsSource =" {Binding PlantDetails}" XBindingPath =" Direction"
37
37
YBindingPath =" Flower" Label =" Flower" EnableTooltip =" True" ShowDataLabels =" True" />
38
38
</chart : SfPolarChart >
39
39
You can’t perform that action at this time.
0 commit comments