BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
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
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