[]
        
(Showing Draft Content)

Changing 3DChart

This is available in WPF only.

To change the rotation view for 3D chart type at runtime, add the Rotate3DAction class to Actions collection. For example, to rotate chart with the middle mouse button use the following XAML code:

<c1chart:C1Chart.Actions>
   <c1chart:Rotate3DAction MouseButton="Middle" />
</c1chart:C1Chart.Actions>

See Also

Enabling Run-Time Interaction for 2D Charts