The following tables list the members exposed by DataPointAttributes.
Name | Description | |
---|---|---|
DataPointAttributes Constructor | Overloaded. Data Point Attributes object constructor. |
Name | Description | |
---|---|---|
AxisLabel | Data point X axis label text. | |
BackGradientEndColor | Data point background gradient end color | |
BackGradientType | Data point background gradient type. | |
BackHatchStyle | Data point hatch style | |
BackImage | Data point background image | |
BackImageAlign | Background image alignment used by ClampUnscale drawing mode. | |
BackImageMode | Data point background image drawing mode. | |
BackImageTranspColor | Background image transparent color. | |
BorderColor | Data point border color | |
BorderStyle | Data point border style | |
BorderWidth | Data point border width | |
Color | Data point color | |
CustomAttributes | Custom Data Point attributes specified as: AttrName1=Value1, AttrName2=Value2, ... | |
Font | Data point font | |
FontAngle | Data point font angle | |
FontColor | Data point line color | |
Href | URL target of the area. | |
Item | Overloaded. Attributes indexer, which returns Attribute Name by index. | |
Label | Data point label text. | |
LabelBackColor | Data point label back color | |
LabelBorderColor | Data point label border color | |
LabelBorderStyle | Data point label border style | |
LabelBorderWidth | Data point lable border width | |
LabelFormat | Data point label format string | |
LabelHref | URL target of the data point label. | |
LabelMapAreaAttributes | Other attributes of the data point label. | |
LabelToolTip | Tooltip of the data point label. | |
LegendHref | URL target of the item in the legend. | |
LegendMapAreaAttributes | Other attributes of the legend map area. | |
LegendText | Text of the item in the legend | |
LegendToolTip | Tooltip of the item in the legend | |
MapAreaAttributes | Other attributes of the area. | |
MarkerBorderColor | Data point marker border color | |
MarkerBorderWidth | Data point marker border width | |
MarkerColor | Data point marker color | |
MarkerImage | Data point marker image | |
MarkerImageTranspColor | Data point marker image transparent color. | |
MarkerSize | Data point marker size | |
MarkerStyle | Data point marker style | |
ShowInLegend | Indicates that item is shown in the legend. | |
ShowLabelAsValue | If true shows point's value as a label. | |
ToolTip | The tooltip. |
Name | Description | |
---|---|---|
DeleteAttribute | Delete Data Point attribute with specified name. | |
Dispose | Overloaded. | |
GetAttribute | Returns an attribute of the Data Point. If required attribute is not set in the Data Point the default attribute of the Data series is returned. | |
IsAttributeSet | Checks if attribute with specified name was set. | |
SetAttribute | Sets an attribute of the Data Point. | |
SetDefault | Set default attributes of the data point. Indicates that previous attributes must be cleared. |