Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141424 | Dec 11,2018 10:00 AM UTC | Dec 11,2018 12:17 PM UTC | Xamarin.Forms | 1 |
![]() |
Tags: SfChart |
Chart.PrimaryAxis = new DateTimeAxis();
Chart.PrimaryAxis.Title.Text = "Date";
Chart.PrimaryAxis.Title.Margin = new Thickness(0);
Chart.PrimaryAxis.Title.BorderWidth = 0;
Chart.PrimaryAxis.LabelStyle.Margin = new Thickness(0);
Chart.PrimaryAxis.LabelStyle.BorderThickness = new Thickness(0);
Chart.SecondaryAxis = new NumericalAxis();
Chart.SecondaryAxis.Title.Text = "Pressure";
Chart.SecondaryAxis.Title.Margin = new Thickness(0);
Chart.SecondaryAxis.Title.BorderWidth = 0;
Chart.SecondaryAxis.LabelStyle.Margin = new Thickness(0);
Chart.SecondaryAxis.LabelStyle.BorderThickness = new Thickness(0);
RangeNavigator.Margin = 0;
Chart.Margin = 0;
Layout.Padding = 0;
Layout.Spacing = 0; |
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.