BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<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