Dundas.SharePoint.Charting.WebParts Send comments on this topic.
ChartArea Class Members
See Also  Properties  Methods 
Dundas.Charting.WebControl Namespace : ChartArea Class


The following tables list the members exposed by ChartArea.

Public Constructors

  Name Description
Public Constructor ChartArea Constructor Default constructor.  
Top

Public Properties

  Name Description
Public Property AlignOrientation Chart areas alignment orientation.  
Public Property AlignType Chart areas alignment type.  
Public Property AlignWithChartArea Name of the chart area which is used for alignment.  
Public Property Area3DStyle Chart area 3D style. (Inherited from ChartArea3D)
Public Property Axes Reference to the Axes  
Public Property AxisX Reference to the Primary X axis  
Public Property AxisX2 Reference to the Secondary X axis  
Public Property AxisY Reference to the Primary Y Axis  
Public Property AxisY2 Reference to the Secondary Y axis  
Public Property BackColor Chart area Background color  
Public Property BackGradientEndColor The second color which is used for a gradient  
Public Property BackGradientType Chart area Background Gradient Type  
Public Property BackHatchStyle Chart area Background Hatch Style  
Public Property BackImage Chart area background image  
Public Property BackImageAlign Background image alignment used by ClampUnscale drawing mode.  
Public Property BackImageMode Chart area background image drawing mode.  
Public Property BackImageTranspColor Background image transparent color.  
Public Property BorderColor The border line color  
Public Property BorderStyle The style of the border line  
Public Property BorderWidth The width of the border line  
Public Property CursorX Chart area X axis cursor and range selection.  
Public Property CursorY Chart area Y axis cursor and range selection.  
Public Property EquallySizedAxesFont Indicates that same auto-fit font size will be used for all axes labels.  
Public Property InnerPlotPosition Chart area position  
Public Property Name The name of the chart area  
Public Property Position Chart area position  
Public Property ShadowColor The color of the shadow. Use alpha value for real shadow  
Public Property ShadowOffset The distance between the chart area and a shadow of the chart area  
Public Property Visible Gets or sets a flag that specifies whether the chart area is visible.  
Top

Public Methods

  Name Description
Public Method Dispose Overloaded.   
Public Method GetSeriesDepth Calculates the depth of specified series. (Inherited from ChartArea3D)
Public Method GetSeriesZPosition Calculates the Z position of specified series center. (Inherited from ChartArea3D)
Public Method ReCalc Recalculates the chart area axes scale.  
Public Method TransformPoints Apply 3D transformations on the array of 3D Points. (Inherited from ChartArea3D)
Top

Protected Methods

  Name Description
Protected Method DrawArea3DScene Draws chart area 3D scene, which consists of 3 or 2 walls. (Inherited from ChartArea3D)
Protected Method PaintChartSeries3D Draws 3D series in the chart area. (Inherited from ChartArea3D)
Protected Method ShouldSerializeAxes Avoid serialization of the axes array  
Top

See Also