Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150126 | Dec 21,2019 10:46 AM UTC | Dec 24,2019 05:54 AM UTC | Xamarin.Forms | 3 |
![]() |
Tags: SfChart |
<chart:SfChart.PrimaryAxis>
<chart:CategoryAxis LabelCreated="CategoryAxis_LabelCreated" />
</chart:SfChart.PrimaryAxis> |
private void CategoryAxis_LabelCreated(object sender, ChartAxisLabelEventArgs e)
{
e.LabelContent = e.LabelContent.Split(',')[0].Trim();
} |
<chart:CategoryAxis EdgeLabelsDrawingMode="Shift" >
</chart:CategoryAxis>
|
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.