Language:
Arabic (العربية)
Chinese Simplified (中文(简体)
Chinese Traditional (中文(繁體)
Dutch (Nederlands)
English
French (français)
German (Deutsch)
Italian (italiano)
Japanese (日本語)
Korean (한국어)
Portuguese (Português)
Russian (русский)
Spanish (español)
Sign In
Sign Up
Products
Purchase
Downloads
Demos
Forums
Blogs
Documentation
Corporate
Product Suites
Aspose.Total for .NET and Java
Aspose.Total for Reporting Services
File Format Components
Aspose.Words for .NET and Java
Aspose.Cells for .NET and Java
Aspose.Pdf for .NET and Java
Aspose.Slides for .NET and Java
Aspose.Pdf.Kit for .NET and Java
Aspose.Network for .NET
Aspose.Tasks for .NET
Aspose.Form for .NET
Aspose.Metafiles for Java
Aspose.Flash for .NET
Aspose.Recognition for .NET
SSRS Rendering Extensions
Aspose.Words for Reporting Services
Aspose.Slides for Reporting Services
Aspose.Cells for Reporting Services
Aspose.Pdf for Reporting Services
Aspose.BarCode for Reporting Services
JasperReports Exporters
Aspose.Slides for JasperReports
Visual Components
Aspose.BarCode for .NET and Java
Aspose.Grid for .NET
Aspose.Chart for .NET
Product Information
Programmer's Guide
Technical Articles
Aspose.Chart for .NET API Reference
Aspose.Chart Namespace
Axis Class
AxisArrowType Enumeration
AxisLabel Class
AxisLabels Class
BackImage Class
BorderType Enumeration
BubbleSizeRepresentsType Enumeration
Chart Class
ChartArea Class
ChartAreas Class
ChartAreas Members
Properties
Methods
ChartType Enumeration
ContourPaletteType Enumeration
CustomAttributes Class
DataLabelValueType Enumeration
DataPoint Class
DataPoints Class
DateTimeIntervalType Enumeration
FrameBorder Class
GradientType Enumeration
Grid Class
ImageAlignType Enumeration
ImagePosition Class
IntervalType Enumeration
LabelPositionType Enumeration
LayoutType Enumeration
LegendBox Class
LegendBoxType Enumeration
LegendItem Class
LegendItems Class
LegendItemsType Enumeration
LegendPositionType Enumeration
License Class
LightStyleType Enumeration
MarkerType Enumeration
PaintEventArgs Class
PaintEventHandler Delegate
PaletteType Enumeration
PieLabelType Enumeration
ScaleType Enumeration
Series Class
SeriesCollection Class
TickMark Class
Title Class
TitlePositionType Enumeration
Titles Class
ToolTip Class
Aspose.Editor for .NET
Aspose.AdHoc for .NET
Utility Components
Aspose.Workflow for .NET
Aspose.Spell for .NET
Aspose.ASPXpand for .NET
Aspose
>
Documentation
>
Visual Components
>
Aspose.Chart for .NET
>
Aspose.Chart for .NET API Reference
>
Aspose.Chart Namespace
>
ChartAreas Class
>
ChartAreas Members
ChartAreas overview
Public Instance Properties
Capacity
(inherited from
CollectionBase
)
Gets or sets the number of elements that the
CollectionBase
can contain.
Count
(inherited from
CollectionBase
)
Gets the number of elements contained in the
CollectionBase
instance.
Item
Overloaded. Gets or sets a chart area in the collection.
Public Instance Methods
Add
Adds a
ChartArea
to the end of the collection.
Clear
(inherited from
CollectionBase
)
Removes all objects from the
CollectionBase
instance.
Equals
(inherited from
Object
)
Determines whether the specified
Object
is equal to the current
Object
.
GetEnumerator
(inherited from
CollectionBase
)
Returns an enumerator that iterates through the
CollectionBase
instance.
GetHashCode
(inherited from
Object
)
Serves as a hash function for a particular type.
GetHashCode
is suitable for use in hashing algorithms and data structures like a hash table.
GetType
(inherited from
Object
)
Gets the
Type
of the current instance.
IndexOf
Returns the zero-based index of the
ChartArea
in the collection.
Insert
Inserts a
ChartArea
into the collection at the specified index.
Remove
Removes the specified
ChartArea
from the collection.
RemoveAt
(inherited from
CollectionBase
)
Removes the element at the specified index of the
CollectionBase
instance.
ToString
(inherited from
Object
)
Returns a
String
that represents the current
Object
.
Protected Instance Properties
InnerList
(inherited from
CollectionBase
)
Gets an
ArrayList
containing the list of elements in the
CollectionBase
instance.
List
(inherited from
CollectionBase
)
Gets an
IList
containing the list of elements in the
CollectionBase
instance.
Protected Instance Methods
Finalize
(inherited from
Object
)
Allows an
Object
to attempt to free resources and perform other cleanup operations before the
Object
is reclaimed by garbage collection.
MemberwiseClone
(inherited from
Object
)
Creates a shallow copy of the current
Object
.
OnClear
(inherited from
CollectionBase
)
Performs additional custom processes when clearing the contents of the
CollectionBase
instance.
OnClearComplete
(inherited from
CollectionBase
)
Performs additional custom processes after clearing the contents of the
CollectionBase
instance.
OnInsert
(inherited from
CollectionBase
)
Performs additional custom processes before inserting a new element into the
CollectionBase
instance.
OnInsertComplete
(inherited from
CollectionBase
)
Performs additional custom processes after inserting a new element into the
CollectionBase
instance.
OnRemove
(inherited from
CollectionBase
)
Performs additional custom processes when removing an element from the
CollectionBase
instance.
OnRemoveComplete
(inherited from
CollectionBase
)
Performs additional custom processes after removing an element from the
CollectionBase
instance.
OnSet
(inherited from
CollectionBase
)
Performs additional custom processes before setting a value in the
CollectionBase
instance.
OnSetComplete
(inherited from
CollectionBase
)
Performs additional custom processes after setting a value in the
CollectionBase
instance.
OnValidate
(inherited from
CollectionBase
)
Performs additional custom processes when validating a value.
See Also
ChartAreas Class
|
Aspose.Chart Namespace