ChartArea Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a chart area to be drawn within a chart data region.
public ref class ChartArea sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartObjectCollectionItem<Microsoft::ReportingServices::OnDemandReportRendering::ChartAreaInstance ^>, Microsoft::ReportingServices::OnDemandReportRendering::IROMStyleDefinitionContainer
public sealed class ChartArea : Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<Microsoft.ReportingServices.OnDemandReportRendering.ChartAreaInstance>, Microsoft.ReportingServices.OnDemandReportRendering.IROMStyleDefinitionContainer
type ChartArea = class
inherit ChartObjectCollectionItem<ChartAreaInstance>
interface IROMStyleDefinitionContainer
Public NotInheritable Class ChartArea
Inherits ChartObjectCollectionItem(Of ChartAreaInstance)
Implements IROMStyleDefinitionContainer
- Inheritance
- Implements
Fields
m_instance |
The instance of the base class. (Inherited from ChartObjectCollectionItem<T>) |
Properties
AlignOrientation |
Gets a value that indicates in which directions the chart area should be aligned with the target chart area. |
AlignWithChartArea |
Gets the name of a chart area with which to align this chart area. |
CategoryAxes |
Gets the categoy axes of the chart area. |
ChartAlignType |
Gets a value that indicates which aspects of the chart area should be aligned with the target chart area. |
ChartElementPosition |
Gets the custom position for the chart area. |
ChartInnerPlotPosition |
Gets the custom position for the inner plot area. |
EquallySizedAxesFont |
Gets a value that indicates the same font size should be used for all axes if the font size is automatic. |
Hidden |
Gets a value that indicates whether the chart area should be hidden. |
Instance |
Gets the report instance object that contains the calculated values of this report definition object. |
Name |
Gets the name of the chart area. |
Style |
Gets the style properties of this report definition object. |
ThreeDProperties |
Gets the 3-D properties for the chart area. |
ValueAxes |
Gets the value axes for the chart area. |