ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ChartArea Class
Properties Methods

In This Topic
    ChartArea Class Members
    In This Topic

    The following tables list the members exposed by ChartArea.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ChartArea class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating in which directions the chart area should be aligned with the target chart area. Ignored if ChartArea.AlignWithChartArea is not set.  
    Public PropertyGets the ChartAlignType object defining which aspects of the chart area should be aligned with the target chart area. Ignored if ChartArea.AlignWithChartArea is not set.  
    Public PropertyGets or sets the name of a chart area with which to align this chart area.  
    Public PropertyGets the ChartArea.CategoryAxes collection defining the category axes.  
    Public PropertyGets or sets the ChartElementPosition object defining a custom position for the chart area. If null, automatic positioning will be used.  
    Public PropertyGets or sets a value indicating that the same font size should be used for all axes (if the font size is automatic).  
    Public PropertyGets or sets a value indicating whether the chart area should be hidden.  
    Public PropertyGets or sets the ChartElementPosition object defines a custom position for the inner plot area. If null, automatic positioning will be used.  
    Public PropertyGets or sets the unique name of the current object. If an item with the specified name already exists in the collection, an exception is thrown. (Inherited from C1.C1Preview.NamedCollectionItem)
    Public PropertyGets the ChartArea.Style object defining style properties for the chart area.  
    Public PropertyGets the ChartThreeDProperties object defining properties for a 3D chart layout.  
    Public PropertyGets the ChartArea.ValueAxes collection defining the value axes.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Copies properties from another ChartArea to the current object.  
    Public MethodCreates a copy of the current C1.C1Preview.NamedCollectionItem object. Note that the C1.C1Preview.NamedCollectionItem.Owner property is not copied to the new object. (Inherited from C1.C1Preview.NamedCollectionItem)
    Top
    See Also