File tree Expand file tree Collapse file tree
ChartControlsThemeDemo/ChartControlsThemeDemo Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 <chart : SfCartesianChart >
1212
1313 <chart : SfCartesianChart .Legend>
14- <chart : ChartLegend ToggleSeriesVisibility =" True" />
14+ <chart : ChartLegend >
15+ <chart : ChartLegend .LabelStyle>
16+ <chart : ChartLegendLabelStyle TextColor =" {AppThemeBinding Light=Black,Dark=White}" />
17+ </chart : ChartLegend .LabelStyle>
18+ </chart : ChartLegend >
1519 </chart : SfCartesianChart .Legend>
1620
1721 <chart : SfCartesianChart .Title>
Original file line number Diff line number Diff line change 1717 </chart : SfCircularChart .Title>
1818
1919 <chart : SfCircularChart .Legend>
20- <chart : ChartLegend />
20+ <chart : ChartLegend >
21+ <chart : ChartLegend .LabelStyle>
22+ <chart : ChartLegendLabelStyle TextColor =" {AppThemeBinding Light=Black,Dark=White}" />
23+ </chart : ChartLegend .LabelStyle>
24+ </chart : ChartLegend >
2125 </chart : SfCircularChart .Legend>
2226
2327 <chart : SfCircularChart .Series>
Original file line number Diff line number Diff line change 1919
2020 <chart : SfFunnelChart .Legend>
2121 <chart : ChartLegend Placement =" Bottom" >
22+ <chart : ChartLegend .LabelStyle>
23+ <chart : ChartLegendLabelStyle TextColor =" {AppThemeBinding Light=Black,Dark=White}" />
24+ </chart : ChartLegend .LabelStyle>
2225 </chart : ChartLegend >
2326 </chart : SfFunnelChart .Legend>
2427
Original file line number Diff line number Diff line change 2222 </chart : SfPyramidChart .DataLabelSettings>
2323
2424 <chart : SfPyramidChart .Legend>
25- <chart : ChartLegend />
25+ <chart : ChartLegend >
26+ <chart : ChartLegend .LabelStyle>
27+ <chart : ChartLegendLabelStyle TextColor =" {AppThemeBinding Light=Black,Dark=White}" />
28+ </chart : ChartLegend .LabelStyle>
29+ </chart : ChartLegend >
2630 </chart : SfPyramidChart .Legend>
2731
2832 <chart : SfPyramidChart .Title>
Original file line number Diff line number Diff line change 1111
1212 <chart : SfSunburstChart x : Name =" sunburstChart" ItemsSource =" {Binding SunburstData}"
1313 ValueMemberPath =" Sales" ShowLabels =" True" PaletteBrushes =" {Binding CustomBrush}"
14- InnerRadius =" 0.2" EnableTooltip = " True " >
14+ InnerRadius =" 0.2" >
1515
1616 <chart : SfSunburstChart .Title>
1717 <Label Text =" Visual Perspective of Sales Performance"
You can’t perform that action at this time.
0 commit comments