Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148266 | Oct 12,2019 02:08 PM UTC | Oct 17,2019 11:25 AM UTC | Xamarin.Android | 4 |
![]() |
Tags: SfChart |
Thanks Rachel for your reply. I have changed to using a sfchart with a spline type allowing me multiple series. One question I do have is, why when using range padding numericalpadding additional does it always seem to pad more at the top than at the bottom. I would like to see the series in the middle of the range. Is that possible?
<chart:SfChart.SecondaryAxis>
<chart:NumericalAxis PlotOffset="30">
</chart:NumericalAxis>
</chart:SfChart.SecondaryAxis> |
chart.SecondaryAxis = new NumericalAxis()
{
PlotOffset = 30
}; |
<chart:SfChart.SecondaryAxis>
<chart:NumericalAxis PlotOffset="30">
</chart:NumericalAxis>
</chart:SfChart.SecondaryAxis>
|
chart.SecondaryAxis = new NumericalAxis()
{
PlotOffset = 30
};
|
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.