This documentation is archived and is not being maintained.

DataPoint Properties

The DataPoint type exposes the following members.

  NameDescription
Public property AxisLabel Gets or sets the text of the X-axis label for the data point, series or an empty point. This property is only used if a custom label has not been specified for the relevant Axis object. (Inherited from DataPointCustomProperties.)
Public property BackGradientStyle Gets or sets the background gradient style. (Inherited from DataPointCustomProperties.)
Public property BackHatchStyle Gets or sets the background hatching style. (Inherited from DataPointCustomProperties.)
Public property BackImage Gets or sets the background image of the data point. (Inherited from DataPointCustomProperties.)
Public property BackImageAlignment Gets or sets the alignment of the background image, which is used with the Unscaled drawing mode. (Inherited from DataPointCustomProperties.)
Public property BackImageTransparentColor Gets or sets a color that will be replaced with a transparent color when the background image is drawn. (Inherited from DataPointCustomProperties.)
Public property BackImageWrapMode Gets or sets the drawing mode of the background image. (Inherited from DataPointCustomProperties.)
Public property BackSecondaryColor Gets or sets the secondary background color. (Inherited from DataPointCustomProperties.)
Public property BorderColor Gets or sets the border color of the data point. (Inherited from DataPointCustomProperties.)
Public property BorderDashStyle Gets or sets the border style of the data point. (Inherited from DataPointCustomProperties.)
Public property BorderWidth Gets or sets the border width of the data point. (Inherited from DataPointCustomProperties.)
Public property Color Gets or sets the color of the data point. (Inherited from DataPointCustomProperties.)
Public property CustomProperties Gets or sets the custom properties of the data point. Custom properties can be specified in the following format: AttrName1=Value1, AttrName2=Value2 … (Inherited from DataPointCustomProperties.)
Public property CustomPropertiesExtended Infrastructure. (Inherited from DataPointCustomProperties.)
Public property Font Gets or sets the font of the data point. (Inherited from DataPointCustomProperties.)
Public property IsEmpty Gets or sets a flag that indicates whether a data point is marked as empty.
Public property IsValueShownAsLabel Gets or sets a flag that indicates whether to show the value of the data point on the label. (Inherited from DataPointCustomProperties.)
Public property IsVisibleInLegend Gets or sets a flag that indicates whether the item is shown in the legend. (Inherited from DataPointCustomProperties.)
Public property Item[Int32] Gets the DataPointCustomProperties object by its position in the index. (Inherited from DataPointCustomProperties.)
Public property Item[String] Gets or sets the DataPointCustomProperties object by name. (Inherited from DataPointCustomProperties.)
Public property Label Gets or sets the text of the data point label. (Inherited from DataPointCustomProperties.)
Public property LabelAngle Gets or sets the angle of the data point label. (Inherited from DataPointCustomProperties.)
Public property LabelBackColor Gets or sets the background color of the data point label. (Inherited from DataPointCustomProperties.)
Public property LabelBorderColor Gets or sets the border color of the data point label. (Inherited from DataPointCustomProperties.)
Public property LabelBorderDashStyle Gets or sets the border style of the label. (Inherited from DataPointCustomProperties.)
Public property LabelBorderWidth Gets or sets the border width of the label. (Inherited from DataPointCustomProperties.)
Public property LabelForeColor Gets or sets the text color of the label. (Inherited from DataPointCustomProperties.)
Public property LabelFormat Gets or sets the format of the data point label. (Inherited from DataPointCustomProperties.)
Public property LabelMapAreaAttributes Gets or sets map area attributes of the data point label. (Inherited from DataPointCustomProperties.)
Public property LabelPostBackValue Gets or sets the postback value which can be processed on a Click event. (Inherited from DataPointCustomProperties.)
Public property LabelToolTip Gets or sets the tooltip for the data point label. (Inherited from DataPointCustomProperties.)
Public property LabelUrl Gets or sets the URL target of the data point label. (Inherited from DataPointCustomProperties.)
Public property LegendMapAreaAttributes Gets or sets the attributes of the legend map area. (Inherited from DataPointCustomProperties.)
Public property LegendPostBackValue Gets or sets the postback value which can be processed on a Click event. (Inherited from DataPointCustomProperties.)
Public property LegendText Gets or sets the text of the item in the legend. (Inherited from DataPointCustomProperties.)
Public property LegendToolTip Gets or sets the tooltip of the item in the legend. (Inherited from DataPointCustomProperties.)
Public property LegendUrl Gets or sets the URL target of the item in the legend. (Inherited from DataPointCustomProperties.)
Public property MapAreaAttributes Gets or sets the map area attributes of a data point. (Inherited from DataPointCustomProperties.)
Public property MarkerBorderColor Gets or sets the border color of the marker. (Inherited from DataPointCustomProperties.)
Public property MarkerBorderWidth Gets or sets the border width of the marker. (Inherited from DataPointCustomProperties.)
Public property MarkerColor Gets or sets the marker color. (Inherited from DataPointCustomProperties.)
Public property MarkerImage Gets or sets the marker image. (Inherited from DataPointCustomProperties.)
Public property MarkerImageTransparentColor Gets or sets the color that will be replaced with a transparent color when the marker image is drawn. (Inherited from DataPointCustomProperties.)
Public property MarkerSize Gets or sets the size of the marker. (Inherited from DataPointCustomProperties.)
Public property MarkerStyle Gets or sets the marker style. (Inherited from DataPointCustomProperties.)
Public property Name Gets or sets the name of the data point. (Overrides ChartNamedElement::Name.)
Public property PostBackValue Gets or sets the postback value that can be processed on a Click event. (Inherited from DataPointCustomProperties.)
Public property Tag Gets or sets an object associated with this chart element. (Inherited from ChartElement.)
Public property ToolTip Gets or sets the tooltip. (Inherited from DataPointCustomProperties.)
Public property Url Gets or sets the URL target of the area. (Inherited from DataPointCustomProperties.)
Public property XValue Gets or sets the X-value of a data point.
Public property YValues Gets or sets the Y-value(s) of a data point.
Top
Show: