[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DAxisCollection

Chart3DAxisCollection Class

The collection of three Chart3DAxis objects named “X”, “Y” and “Z”.

Inheritance
Chart3DAxisCollection
Namespace: C1.Win.C1Chart3D
Assembly: C1.Win.C1Chart3D.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DAxisCollection : ReadOnlyCollectionBase, ICollection, IEnumerable

Properties

Name Description
AxisFont

Gets or sets the axis annotation font.

AxisTitleFont

Gets or sets the axis title font.

this[int]

Gets the specified Axis from the collection by numeric index.

this[string]

Gets the specified Axis from the collection by string.

Methods

Name Description
CopyTo(Chart3DAxis[], int)

Copies the collection Chart3DAxis elements beginning with the specified index to an array of Chart3DAxis objects.

ToString()