Need help to show x and y axis only in chart and hide grid lines In aspose.words.chart
Thanks for your inquiry. I am afraid currently Aspose.Words does not support to hid/unhide the grid lines of Chart. However, we have already logged a ticket WORDSNET-13935 to implement this feature. We have linked your post to the issue and we will notify you as soon as it is implemented.
We are sorry for the inconvenience.
The issues you have found earlier (filed as WORDSNET-13935) have been fixed in this Aspose.Words for .NET 23.5 update also available on NuGet.
X-axis labels orientation is wrong in charts - Need your expertise to set x-axis label orientation in word document chart, This is required urgent, we have to upgrade our license if this is supported.
please help with this and share code snippet
I am afraid there is no way to set axis labels rotation and orientation at the moment. I have logged the appropriate feature requests (WORDSNET-27202, WORDSNET-27203) into our defect tracking system. We will keep you informed and let you know once these features are implemented.
@Amol_Hekade If the problem with axis labels orientation occurs upon rendering document, please attach the problematic documents here for testing.
@alexey.noskov I want to upgrade our license, If I am not sure then how can I tell management to upgrade, so please help to fix asap. So I can go for upgrade.
One more Issue, I want to Start my YAxis at minimum value from my List of Values and not from Zero, e.g. my values are in the range of [7-10] and YAxis start from Zero it looks bad, Please guide me, how to set such properites, I used crossat but it shows Yaxis below my min number, in MSChart [Microsoft datavidualization has this propertity
.AxisX.IsStartedFromZero = ture/false;
.AxisY.IsStartedFromZero= ture/false;
]
@Amol_Hekade Unfortunately, we cannot provide you any workaround for setting axis labels rotation. The issues are currently in the queue for analysis so no estimates are available. Please accept our apologies for your inconvenience.
Regarding your second question. You can use AxisScaling.Minimum
and AxisScaling.Maximum
to specify start and end values on the axis.
Thanks for support.
Waiting for Axis rotation thing.
The issues you have found earlier (filed as WORDSNET-27203,WORDSNET-27202) have been fixed in this Aspose.Words for .NET 24.8 update also available on NuGet.