[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DLabels

Chart3DLabels Class

The Chart3DLabels contains all chart labels.

Inheritance
Chart3DLabels
Namespace: C1.Win.C1Chart3D
Assembly: C1.Win.C1Chart3D.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DLabels

Properties

Name Description
DefaultStyle

Gets the default label style.

this[int]

Gets the specified label from the collection by numerical index.

this[string]

Gets the specified label from the collection by name.

LabelsCollection

Gets the labels collection.

Methods

Name Description
AddNewLabel()

Creates a new label and appends it to the collection.

LabelFromCoord(int, int, ref int)

Gets the label index at the specified location.

Remove(Chart3DLabel)

Removes the specified label from the collection.

ToString()

Returns a string that represents the current Chart3DLabels.