dotnetCHARTING Send comments on this topic.
ChartArea Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : ChartArea Class


The following tables list the members exposed by ChartArea.

Public Constructors

 NameDescription
Public ConstructorChartArea ConstructorOverloaded.  Initializes a new instance of the ChartArea class.  
Top

Public Properties

 NameDescription
Public PropertyBackground Gets or sets a background object used to fill the interior of this chart area.  
Public PropertyCornerBottomLeft Gets or sets the bottom left corner style.  
Public PropertyCornerBottomRight Gets or sets the bottom right corner style.  
Public PropertyCornerSize Gets or sets a value that indicates the corner size in pixels. This size is used with BoxCorner settings.  
Public PropertyCornerTopLeft Gets or sets the top left corner style.  
Public PropertyCornerTopRight Gets or sets the top right corner style.  
Public PropertyDateGrouping Gets or sets a TimeInterval enumeration which determines how the values of a given series are aggregated by date when retrieved from a database.  
Public PropertyDateGroupingCalculation Gets or sets an enum which determines how values are grouped to create a single element value.  
Public PropertyDateGroupingSort Gets or sets a value indicating whether to maintain the sort order of the data as it is provided.  
Public PropertyDefaultCorner Gets or sets the default box corner style.  
Public PropertyDefaultElement Gets or sets an Element object whose properties will trickle to all other elements on the chart unless otherwise specified. This is a shortcut to the DefaultSeries.DefaultElement property.  
Public PropertyDefaultSeries Gets or sets a Series object whose properties will trickle to all other series in this chart area unless otherwise specified.  
Public PropertyDrillDownIntoSeries When using automated drill down in conjunction with date grouping and multiple series, this property determines if drill down will occur into a single series or multiple series.  
Public PropertyGridPositionGets or sets the layout column and row position of this ChartArea.  
Public PropertyHeightPercentage Gets or sets a value that specifies what percentage of the full height available for ChartAreas this ChartArea will occupy.  
Public PropertyIncludeGroupingDataInSubValues When using date grouping the main value in the element is derived from the actual values in the database or data provided to .netCHARTING. This property controls whether these subvalues used in the calculation to determine the element value are added to SubValues or not. By default, such values are not added to the element subvalues.  
Public PropertyInteriorLine Gets or sets a line object which is drawn inside the chart area.  
Public PropertyLabel Gets or sets a label object which draws a string inside the chart area.  
Public PropertyLegendBox Gets or sets a LegendBox object associated with this chart area.  
Public PropertyLimitPrimarySeries In a multiple series chart, this property controls the primary series used for the Limit operation. Other series' elements will be matched with the primary series elements and that order will be maintained regardless of the values of the other series. For example, if you limit to the top 5 values and set the LimitPrimarySeries to the sales series other series such as dollar amount or quantity would not affect which elements were ultimately selected for the chart.  
Public PropertyLine Gets or sets the Line object used to draw the outline of this chart area.  
Public PropertyNavigatorDragAreaPercentage Gets or sets a value that specifies what percentage of the chart area used used for drag scrolling or arbitrary selection.  
Public PropertyNavigatorOptions Gets or sets the chart area interactivity features for the Silverlight Navigator.  
Public PropertyPadding Gets or sets the padding or spacing of chart objects plotted on this ChartArea. This applies only to radar, pie, and gauge charts.  
Public PropertySeries Gets or sets a series which is added to the chart's main SeriesCollection when the Chart.SeriesCollection.Add() method is invoked.  
Public PropertySeriesCollection Adds Series or SeriesCollection objects to the chart area.  
Public PropertyShadow Gets or sets the Shadow cast under this box.  
Public PropertyStartDateOfYear Gets or sets a DateTime object to determine the start month of the year when DateGrouping is used.  
Public PropertyStartDayOfWeek Gets or sets a DayOfWeek enumeration that indicates the starting day of the week when DateGrouping is used.  
Public PropertyTitle Gets or sets the ChartArea's title.
Equivalent to ChartArea.TitleBox.Label.Text.  
Public PropertyTitleBox Gets or sets a title box (dotnetCHARTING.Box) object associated with this ChartArea.  
Public PropertyValueLabel Gets or sets a label that specifies the font and color of element labels drawn on the chart.
Equivalent to: Chart.DefaultSeries.DefaultElement.SmartLabel  
Public PropertyVisibleGets or sets a value that indicates whether this chart area is visible.  
Public PropertyWidthPercentageGets or sets a value that specifies what percentage of the full width available for ChartAreas this ChartArea will occupy.  
Public PropertyXAxis Gets or sets the X axis of this chart area.  
Public PropertyYAxis Gets or sets the Y axis of this chart area.  
Top

Public Methods

 NameDescription
Public MethodClearColors Serves as a shortcut to make the ChartArea transparent.  
Public MethodGetCoordinates Gets the coordinates of this ChartArea after the chart is rendered.  
Public MethodGetRectangle Gets a Rectangle object indicating this ChartArea's position and size after the chart is rendered.  
Public MethodGetXZoomChartArea Gets a chart area which expands the specified x axis at the specified scale range and allows vieweing data in greater detail.  
Public MethodGetYZoomChartArea Gets a chart area which expands the specified y axis at the specified scale range and allows vieweing data in greater detail.  
Top

See Also

© 2010 All Rights Reserved.