[]
Represents a text label for data values.
public class ChartDataLabel : ChartObject, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
ChartDataLabel() | Initializes a new instance of ChartDataLabel object. |
Name | Description |
---|---|
Compass | Gets or sets the position of the label relative to its specified location. |
Connected | Gets or sets a value indicating whether a connecting line is drawn to the associated data point. |
Filter | Gets or sets the filter value of the data label. If 1 then every data point is labeled, if 2 then every other data point is labeled. |
Offset | Gets or sets the offset distance in pixels from the associated data point. |
Style | Gets the ChartStyle object of the label. |
Text | Gets or sets the text of the label. |
Visible | Gets or sets the label visibility. |
Name | Description |
---|---|
AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |