Need padding to right/left on line chart
Attachment: ChartPercentages_f80599b6.zip
Hi Rob,
We are having another property called PlotOffset, which will be suitable for your requirement. This property will give an offset inside the plot area and its value based on pixels, so we can give the space as per your convenience.
Code snippet:
<chart:SfChart.PrimaryAxis>
<chart:DateTimeAxis LabelFormat="yyyy" PlotOffset="10" Header="Product"/>
</chart:SfChart.PrimaryAxis>
Note : The RangePadding property will be useful, when required the spacing(padding) based on our axis values.
Please let us know if you require further assistance on this.
Regards,
Sumathi J
Thanks for the update. Please let us know if you require further assistance on this.
Thanks,
Magesh Kumar K
Attachment: Missing_Column_on_Left_Side_6ac589e0.zip
We have analyzed the reported query. If the segment’s y-value is either 0 or NaN means the empty space will be left for that segment, so that the space differs in left and right side.
Please let us know, if you need any further assistance on this.
Thanks,
Santhiya A
Hi Rob,
We are having another property called PlotOffset, which will be suitable for your requirement. This property will give an offset inside the plot area and its value based on pixels, so we can give the space as per your convenience.
Code snippet:
<chart:SfChart.PrimaryAxis>
<chart:DateTimeAxis LabelFormat="yyyy" PlotOffset="10" Header="Product"/>
</chart:SfChart.PrimaryAxis>
Note : The RangePadding property will be useful, when required the spacing(padding) based on our axis values.
Please let us know if you require further assistance on this.
Regards,
Sumathi J
Actually what is needed. Thanks!
- 7 Replies
- 7 Participants
-
RK Rob Kerr
- Nov 22, 2014 09:54 AM UTC
- May 4, 2020 12:35 PM UTC