Label Class Properties
For a list of all members of this type, see Label members.
Public Properties
Name | Description | |
---|---|---|
![]() | Alignment | Gets or sets the alignment of this label. |
![]() | AutoWrap | Gets or sets a value that specifies whether this label will automatically wrap if it gets too long. This feature allows the chart to maintain the largest possible area for chart data. |
![]() | Color | Gets or sets the color of this label. |
![]() | Font | Gets or sets the font for this label. |
![]() | GlowColor | Gets or sets a Color used to create a glow effect around the drawn text. |
![]() | Hotspot | Gets or sets the Hotspot of this Label. |
![]() | LineAlignment | Gets or sets the line alignment of this label. |
![]() | MaxWidth | (JS Charts Only) Specifies the maximum width of a label. If the label is wider than this width it will attempt to wrap. |
![]() | Offset | (JS Chart Only) Gets or sets a label offset in pixels when used with JS charts. |
![]() | OutlineColor | Gets or sets to color used to outline this label's text. |
![]() | Placement | (JS Charts Only) Specifies if a label should be drawn inside or outside an object. Used with Series.ShapeLabels and with Element.SmartLabel. |
![]() | Shadow | Gets or sets a Shadow object used to cast a shadow for this label's text. |
![]() | Text | Gets or sets the text for this label. |
![]() | Truncation | Gets or sets properties used to dynamically shorten this label when it reaches a maximum length. |
![]() | Type | Gets or sets a LabelType enumeration member which specifies the type of font used. |
![]() | Width | (JS Chart Only) Gets or sets the width of this label when used with JS charts. |
See Also