Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147673 | Sep 19,2019 08:38 AM UTC | Sep 20,2019 06:30 AM UTC | Xamarin.Forms | 4 |
![]() |
Tags: SfDataGrid |
<chart:SfChart.Series>
<chart:PieSeries ItemsSource="{Binding Data}" XBindingPath="XValue" YBindingPath="YValue" >
<chart:PieSeries.DataMarker>
<chart:ChartDataMarker >
<chart:ChartDataMarker.LabelStyle>
<chart:DataMarkerLabelStyle LabelFormat="#,##0.00" />
</chart:ChartDataMarker.LabelStyle>
</chart:ChartDataMarker>
</chart:PieSeries.DataMarker>
</chart:PieSeries>
</chart:SfChart.Series>
|
Thank u very muc i have solved.I have another problem.i am using sorting in dataGrid. but when i do sorting, i do binding the dataGrid like follows code blog. because of i refresh datagrid the up or down icon (like attached file) does not show. i tried another way but i have not succesfull. I can catch that which columnname and sortdirection.
How can i show up down icons without default sorting method?private void DataGrid_SortColumnsChanged(object sender, Syncfusion.SfDataGrid.XForms.DataGridSortColumnsChangedEventArgs e)
{
...dataGrid.BindingContext = new OrderInfoRepository(req);...}
Attachment: sorting_d7a655ab.rar
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.