WaterfallDataLabel Members
Label settings for an individual point in a waterfall series.Constructors
| Name | Description |
|---|---|
| WaterfallDataLabel() | Initializes a new instance of the WaterfallDataLabel class. |
Properties
| Name | Description |
|---|---|
| LabelPosition | Gets or sets the label position for the current waterfall data point. |
| NumberFormat | Gets or sets number format settings for data label values. Inherited from DataLabelExBase. |
| Properties | Gets or sets appearance properties for the extended series data label. Inherited from DataLabelExBase. |
| Separator | Gets or sets a separator between displayed label text parts. Inherited from DataLabelExBase. |
| ShowCategoryName | Gets or sets whether to display the point category name (argument). Inherited from DataLabelExBase. |
| ShowSeriesText | Specifies whether to display the series name in data labels. Inherited from DataLabelExBase. |
| ShowValue | Gets or sets whether to display the point value in the label. Inherited from DataLabelExBase. |
| TextProperties | Gets or sets text formatting properties. Inherited from DataLabelExBase. |
Methods
| Name | Description |
|---|---|
| Clone() | Creates a copy of the current waterfall data label. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also