[]
Represents a label area in the chart.
public class LabelArea : ICloneable, IXmlSerializable
Public Class LabelArea
Implements ICloneable, IXmlSerializable
| Name | Description |
|---|---|
| LabelArea() | Creates a new label area. |
| LabelArea(LabelArea) | Creates a new label area that is a deep copy of the specified label area. |
| Name | Description |
|---|---|
| AlignmentX | Gets or sets the horizontal alignment of the label area. |
| AlignmentY | Gets the vertical alignment of the label area. |
| Border | Gets or sets the border around the text. |
| Fill | Gets or sets the fill of the background behind the text. |
| Location | Gets or sets the location of the label area in the control. |
| Padding | Gets or sets the amount of extra space around the text. |
| Text | Gets or sets the text displayed in the label area. |
| TextDataField | Gets or sets the field in the data source that stores the text. |
| TextDataSource | Gets or sets the data source for the text. |
| TextFill | Gets or sets the fill of the text. |
| TextFont | Gets or sets the font of the text. |
| Name | Description |
|---|---|
| Clone() | Creates a deep copy of this label area. |
| GetSchema() | This method is reserved and should not be used. |
| OnChanged(EventArgs) | Raises the Changed event. |
| ReadXml(XmlReader) | Generates an object from its XML representation. |
| WriteXml(XmlWriter) | Converts an object into its XML representation. |
| Name | Description |
|---|---|
| Changed | Occurs when the label area is changed. |