We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Use of Tilt property

How does the tilt property of the Chart works?

1 Reply

VA Vinothkumar Arumugam Syncfusion Team July 2, 2015 10:20 AM UTC

Hi Ankita,

Thanks for using Syncfusion products.

Tilt property used in 3D Chart series and it  defines the angle of the slope of 3D Chart. Default value for Tilt is 30f.

Following Code snippet illustrate this

Code Snippet [WF]:

·         Before using tilt property you must specify chart series type is 3D as follows

           ChartControl chart = new ChartControl();//Create chart control

           ChartSeries series = new ChartSeries();//Create Series  

     chart.Series3D = true;//Enable 3D

·         Setting tilt property as follows.

chart.Tilt =10f; //You can specify the tilt value here

We have made a sample for this. You can download it from below sample location

Sample Location:
WindowsFormsApplication11

Please let us know if you have any concern.

Thanks,

Vinothkumar Arumugam.
.


Loader.
Live Chat Icon For mobile
Up arrow icon