[]
Label object
[TypeConverter(typeof(LabelInfo.Converter))]
public sealed class LabelInfo : DrawCustomizableItem, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer
Name | Description |
---|---|
LabelInfo() | Initializes new instance of the LabelInfo class with default settings |
LabelInfo(AntiAliasMode) | Initializes new instance of the LabelInfo class with default settings |
LabelInfo(Line, Backdrop, FontInfo, string, Alignment) | Initializes new instance of the LabelInfo class |
LabelInfo(Line, Backdrop, FontInfo, string, Alignment, AntiAliasMode) | Initializes new instance of the LabelInfo class |
LabelInfo(string) | For internal use only. |
LabelInfo(string, GraphXmlSerializationContext) | For internal use only. |
Name | Description |
---|---|
Alignment | Gets or sets label's position around anchor point |
Backdrop | Gets or sets background info to fill label bar |
Border | Gets or sets line info to outline label bar |
Font | Gets or sets font info to draw labels |
Format | Gets or sets label format string |
Name | Description |
---|---|
CheckPropertiesValidityImpl(ISharpGraph) | This member overrides .
|
Clone() | This member overrides
|
Equals(object) | Determines whether the specified object is equal to this instance. |
GetHashCode() | Returns a hash code for this instance. |