Isometric view for chart

Dear Sir,

How can we set isometric view for chart as attached image?

Thanks,
Brian


Attachment: IsometricViewChart_151ff84e.zip

3 Replies

DG Durga Gopalakrishnan Syncfusion Team June 28, 2021 03:37 AM UTC

Hi Vu,


Greetings from Syncfusion.


We request you to use CrossesAt property of axis to place the axis line at specified position and PlaceNextToAxisLine to place axis labels and ticks next to axis line. We have prepared sample based on your requirement. Please check with below snippet and sample.


Code Snippet:


<SfChart>

    <ChartPrimaryXAxis Minimum="-8" Maximum="8" Interval="1" CrossesAt="0" PlaceNextToAxisLine="true">

    </ChartPrimaryXAxis>

    <ChartPrimaryYAxis Minimum="-8" Maximum="8" Interval="1" CrossesAt="0" PlaceNextToAxisLine="true">           </ChartPrimaryYAxis>

</SfChart>


Screenshot :



Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/AxisCrossing1964887559.zip


Online Demo : https://blazor.syncfusion.com/demos/chart/axis-crossing?theme=bootstrap4


Please revert us if you have any concerns.


Regards,

Durga G



VU Vu replied to Durga Gopalakrishnan June 28, 2021 04:56 PM UTC

Hi Durga,

Thanks a lot for the reply. I attached some details snapshots in the other post. Could you please review it and give us some advices? 

We greatly appreciate your support.

Best regards,

Vu



DG Durga Gopalakrishnan Syncfusion Team June 29, 2021 03:55 PM UTC

Hi Vu, 

Most welcome. We have updated the response for required queries in the forum 166701. Please get back if you need any further assistance related to current forum.  

Regards, 
Durga G 


Loader.
Up arrow icon