CustomLabelsCollection::Add Method
Adds a CustomLabel object to the collection.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | Add(T) | Adds an object to the end of the Collection<T>. (Inherited from Collection<T>.) |
![]() | Add(Double, DateTimeIntervalType) | Adds multiple CustomLabel objects of type DateTime to the collection. Populates the entire first row of an axis with labels. |
![]() | Add(Double, DateTimeIntervalType, Double, Double, String^, Int32, LabelMarkStyle) | Adds multiple custom labels to the collection. The labels will be DateTime labels with the specified interval type, and will be generated for the axis range that is determined by the min and max arguments. |
![]() | Add(Double, DateTimeIntervalType, String^) | Adds multiple DateTimeCustomLabelsCollection objects to the collection. Populates the entire first row of an axis with labels with the specified format. |
![]() | Add(Double, DateTimeIntervalType, String^, Int32, LabelMarkStyle) | Adds multiple custom labels to the collection. The labels will be DateTime labels with the specified interval type, text format, row index and marking style. |
![]() | Add(Double, Double, String^) | Adds a CustomLabel object to the collection, using the given axis range and text. |
![]() | Add(Double, Double, String^, Int32, LabelMarkStyle) | Adds a custom label to the collection, using the given axis range, text, row index and marking style. |
![]() | Add(Double, Double, String^, Int32, LabelMarkStyle, GridTickTypes) | Adds a custom label to the collection, using the given axis range, text, row index, marking style and grid tick type. |
