[]
Represents a label area in the chart.
[TypeConverter(typeof(GenericTypeConverter<LabelArea>))]
public class LabelArea : ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of LabelArea)))>
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. |
LabelArea(bool) | Creates a new 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. |
ManualLayout | Gets or sets whether the layout of the label area is automatically generated. |
Overlay | Gets whether the label area overlaps the plot area. |
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. |
TextDirection | Gets or sets the text orientation for the title. |
TextFill | Gets or sets the fill of the text. |
TextFont | Gets or sets the font of the text. |
TextRotationAngle | Gets or sets the rotation angle for 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. |