Dundas Chart for ASP.NET
Funnel3DRotationAngle Custom Attribute
See Also Send comments on this topic.
Custom Attributes > Funnel3DRotationAngle Custom Attribute



Glossary Item Box

Gets or sets the Funnel chart 3D rotation angle.

Visual Basic Copy Code
Imports Dundas.Charting.WebControl
   ...

' Set the Series Funnel3DRotationAngle to 10 degrees.
Chart1.Series(0)("Funnel3DRotationAngle") = "10"


C# Copy Code
using Dundas.Charting.WebControl;
  ...

// Set the Series Funnel3DRotationAngle to 10 degrees.
Chart1.Series[0]["Funnel3DRotationAngle"] = "10";


Remarks

For this attribute to have any effect, the property ChartArea.Area3DStyle.Enable3D must be set to true

Custom Attribute Summary
Possible Values: Ranges from -10 to 10.
Default Value: 5
2D / 3D Limitations: 3D Only
Applies to Chart Element: Series Objects
Applies to Chart Types: Funnel

 


Figure 1: Default Funnel3DRotationAngle.

 


Figure 2: Funnel3DRotationAngle set as 10.

See Also

Custom Attributes
Custom Attributes Overview

Chart Types
Funnel Chart

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.