The following tables list the members exposed by DataPointAttributes.
Name | Description | |
---|---|---|
AxisLabel |
Gets or sets the axis label for a data point, series or an empty point. Only used if a custom label has not been specified for the relevant Axis object. Data point X axis label text. | |
BackGradientEndColor |
Gets or sets the secondary color of the data point. Data point background gradient end color | |
BackGradientType |
Gets or sets the orientation of the gradient, and also determines whether or not a gradient is used. Data point background gradient type. | |
BackHatchStyle |
Gets or sets the hatching style of the data point. Data point hatch style | |
BackImage |
Gets or sets the background image of the data point. Data point background image | |
BackImageAlign |
Gets or sets the alignment of the background image of the data point. Background image alignment used by ClampUnscale drawing mode. | |
BackImageMode |
Gets or sets the drawing mode of the background image of the data point. Data point background image drawing mode. | |
BackImageTranspColor |
Gets or sets the color of the data point. Background image transparent color. | |
BorderColor |
Gets or sets the border color of the data point. Data point border color | |
BorderStyle |
Gets or sets the border style of the data point. Data point border style | |
BorderWidth |
Gets or sets the border width of the data point. Data point border width | |
Color |
Gets or sets the color of the data point. Data point color | |
CustomAttributes |
Gets or sets a custom data attribute. Specific to the chart type being drawn. Custom Data Point attributes specified as: AttrName1=Value1, AttrName2=Value2, ... | |
Font |
Gets or sets a Font object, used to set font properties of the data point. Data point font | |
FontAngle |
Gets or sets the font angle of the data point. Data point font angle | |
FontColor |
Gets or sets the font color of the data point. Data point line color | |
Href |
Gets or sets the destination URL or anchor point of the data point. URL target of the area. | |
Label |
Gets or sets a label for data point(s) or an empty point. Data point label text. | |
LabelBackColor | Data point label's background color. Data point label back color | |
LabelBorderColor | Data point label's border color. Data point label border color | |
LabelBorderStyle | Data point label's border style. Data point label border style | |
LabelBorderWidth | Data point label's border width, measured in pixels. Data point lable border width | |
LabelFormat |
Gets or sets the label format of the data point. Data point label format string | |
LabelHref | Gets or sets the URL target of the data point label. URL target of the data point label. | |
LabelMapAreaAttributes |
Gets or sets the map area attributes of a DataPoint label. Other attributes of the data point label. | |
LabelToolTip | Gets or sets the data point label's tooltip text. Tooltip of the data point label. | |
LegendHref |
Gets or sets the destination URL or anchor of a default legend item created for a data point or series. URL target of the item in the legend. | |
LegendMapAreaAttributes |
Gets or sets the map area attributes of a default legend item created for a series or data point. Other attributes of the legend map area. | |
LegendText |
Gets or sets the legend text of a series or data point. Text of the item in the legend | |
LegendToolTip |
Gets or sets the tooltip of a default legend item created for a data point or series. Tooltip of the item in the legend | |
MapAreaAttributes |
Gets or sets the map area attributes of a data point. Other attributes of the area. | |
MarkerBorderColor |
Gets or sets the border color of a point's markers, if used. Data point marker border color | |
MarkerBorderWidth |
Gets or sets the width of a point's markers, if used. Data point marker border width | |
MarkerColor |
Gets or sets the fill color of a point's markers, if used. Data point marker color | |
MarkerImage |
Gets or sets a point's marker image. Data point marker image | |
MarkerImageTranspColor |
Gets or sets the color of a marker image that will be transparent. Data point marker image transparent color. | |
MarkerSize |
Gets or sets the size of marker(s) for a data point. Data point marker size | |
MarkerStyle |
Gets or sets the style of markers. Data point marker style | |
ShowInLegend |
Gets or sets a value that determines if a series or data point has an associated item displayed in the legend. Indicates that item is shown in the legend. | |
ShowLabelAsValue |
Gets or sets a value that determines if data point(s) will display their value(s) as a label. If true shows point's value as a label. | |
ToolTip |
Gets or sets the tooltip of the data point. The tooltip. |
Name | Description | |
---|---|---|
DeleteAttribute |
Deletes a custom attribute. Delete Data Point attribute with specified name. | |
Dispose | ||
GetAttribute | Returns an attribute of the data point. If the required attribute is not set in the data point then the default attribute of the data series is returned. 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 |
Determines if a data point attribute is set. Checks if attribute with specified name was set. | |
SetAttribute | Sets an attribute of the data point. Sets an attribute of the Data Point. | |
SetDefault | Sets default attributes of the data point. Set default attributes of the data point. Indicates that previous attributes must be cleared. |