Name | Description | |
---|---|---|
ChartArea Constructor | Initializes a new instance of the ChartArea class. |
The following tables list the members exposed by ChartArea.
Name | Description | |
---|---|---|
ChartArea Constructor | Initializes a new instance of the ChartArea class. |
Name | Description | |
---|---|---|
AlignOrientation | Gets or sets a value indicating in which directions the chart area should be aligned with the target chart area. Ignored if AlignWithChartArea is not set. | |
AlignType | Gets the ChartAlignType object defining which aspects of the chart area should be aligned with the target chart area. Ignored if AlignWithChartArea is not set. | |
AlignWithChartArea | Gets or sets the name of a chart area with which to align this chart area. | |
CategoryAxes | Gets the CategoryAxes collection defining the category axes. | |
CustomPosition | Gets or sets the ChartElementPosition object defining a custom position for the chart area. If null, automatic positioning will be used. | |
EquallySizedAxesFont | Gets or sets a value indicating that the same font size should be used for all axes (if the font size is automatic). | |
Hidden | Gets or sets a value indicating whether the chart area should be hidden. | |
InnerPlotPosition | Gets or sets the ChartElementPosition object defines a custom position for the inner plot area. If null, automatic positioning will be used. | |
Name | Gets 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) | |
Owner | Gets the C1.C1Preview.NamedCollection containing the current object. (Inherited from C1.C1Preview.NamedCollectionItem) | |
Style | Gets the Style object defining style properties for the chart area. | |
ThreeDProperties | Gets the ChartThreeDProperties object defining properties for a 3D chart layout. | |
ValueAxes | Gets the ValueAxes collection defining the value axes. |
Name | Description | |
---|---|---|
AssignFrom | Overridden. Copies properties from another ChartArea to the current object. | |
Clone | Creates 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) |
Name | Description | |
---|---|---|
SetName | Sets the name of the current item. (Inherited from C1.C1Preview.NamedCollectionItem) | |
SetNameInt | For internal use. (Inherited from C1.C1Preview.NamedCollectionItem) |