This documentation is archived and is not being maintained.
CustomLabel Properties
Visual Studio 2010
The CustomLabel type exposes the following members.
| Name | Description | |
|---|---|---|
|
Axis | Gets the axis that this CustomLabel object belongs to. |
|
ForeColor | Gets or sets the text color of the custom label. |
|
FromPosition | Gets or sets the beginning position, in axis coordinates, of the custom label. |
|
GridTicks | Gets or sets a property that specifies whether custom tick marks and grid lines will be drawn in the center of the label. |
|
Image | Gets or sets the custom label image. |
|
ImageMapAreaAttributes | Gets or sets a string that represents the area attributes of a custom label image. |
|
ImagePostBackValue | Gets or sets the postback value that can be processed on a Click event. |
|
ImageTransparentColor | Gets or sets a color that will be replaced with a transparent color when a custom label image is drawn. |
|
ImageUrl | Gets or sets the URL target of the label image. |
|
LabelMark | Gets or sets the label mark for a custom label. This applies to labels in the second row only. |
|
MapAreaAttributes | Gets or sets the map area attributes, if any, of the custom label. |
|
MarkColor | Gets or sets the marker color for the custom label. |
|
Name | Gets or sets the name of the custom label. (Overrides ChartNamedElement::Name.) |
|
PostBackValue | Gets or sets the postback value that can be processed on a Click event. |
|
RowIndex | Gets or sets the index of the custom label row. |
|
Tag | Gets or sets an object associated with this chart element. (Inherited from ChartElement.) |
|
Text | Gets or sets the custom label text. |
|
ToolTip | Gets or sets the custom label tooltip text. |
|
ToPosition | Gets or sets the starting position of the custom label, in axis coordinates. |
|
Url | Gets or sets the target URL of the custom label. |
Show: