CustomLabelsCollection.Add Method (Double, DateTimeIntervalType)
.NET Framework (current version)
Adds multiple CustomLabel objects of type DateTime to the collection. Populates the entire first row of an axis with labels.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Parameters
- labelsStep
-
Type:
System.Double
A Double value that determines how often the custom labels will be drawn.
- intervalType
-
Type:
System.Web.UI.DataVisualization.Charting.DateTimeIntervalType
A DateTimeIntervalType enumeration value that determines the interval type.
The Add method creates and initializes CustomLabel objects for the entire first label row of an axis with DateTime labels of the specified type.
The labelsStep parameter determines how often the custom labels will be drawn.
Note |
|---|
The RecalculateAxesScale method must be called prior to calling this particular method definition. |
.NET Framework
Available since 4.0
Available since 4.0
Show:
