DataPoint Properties

.NET Framework (current version)
 

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

NameDescription
System_CAPS_pubpropertyAxisLabel

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.)

System_CAPS_pubpropertyBackGradientStyle

Gets or sets the background gradient style.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyBackHatchStyle

Gets or sets the background hatching style.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyBackImage

Gets or sets the background image of the data point.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyBackImageAlignment

Gets or sets the alignment of the background image, which is used with the Unscaled drawing mode.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyBackImageTransparentColor

Gets or sets a color that will be replaced with a transparent color when the background image is drawn.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyBackImageWrapMode

Gets or sets the drawing mode of the background image.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyBackSecondaryColor

Gets or sets the secondary background color.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyBorderColor

Gets or sets the border color of the data point.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyBorderDashStyle

Gets or sets the border style of the data point.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyBorderWidth

Gets or sets the border width of the data point.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyColor

Gets or sets the color of the data point.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyCustomProperties

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.)

System_CAPS_pubpropertyCustomPropertiesExtended

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the extended custom properties of the data point.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyFont

Gets or sets the font of the data point.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyIsEmpty

Gets or sets a flag that indicates whether a data point is marked as empty.

System_CAPS_pubpropertyIsValueShownAsLabel

Gets or sets a flag that indicates whether to show the value of the data point on the label.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyIsVisibleInLegend

Gets or sets a flag that indicates whether the item is shown in the legend.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyItem(Int32)

Gets the DataPointCustomProperties object by its position in the collection.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyItem(String)

Gets or sets the DataPointCustomProperties object by name.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLabel

Gets or sets the text of the data point label.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLabelAngle

Gets or sets the angle of the data point label.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLabelBackColor

Gets or sets the background color of the data point label.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLabelBorderColor

Gets or sets the border color of the data point label.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLabelBorderDashStyle

Gets or sets the border style of the label.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLabelBorderWidth

Gets or sets the width of the label border.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLabelForeColor

Gets or sets the text color of the label.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLabelFormat

Gets or sets the format of the data point label.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLabelMapAreaAttributes

Gets or sets the map area attributes of the data point label.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLabelPostBackValue

Gets or sets the postback value which can be processed on a Click event.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLabelToolTip

Gets or sets the tooltip for the data point label.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLabelUrl

Gets or sets the URL target of the data point label.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLegendMapAreaAttributes

Gets or sets the attributes of the legend map area.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLegendPostBackValue

Gets or sets the postback value which can be processed on a Click event.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLegendText

Gets or sets the text of the item in the legend.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLegendToolTip

Gets or sets the tooltip of the item in the legend.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyLegendUrl

Gets or sets the URL target of the item in the legend.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyMapAreaAttributes

Gets or sets the map area attributes of a data point.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyMarkerBorderColor

Gets or sets the border color of the marker.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyMarkerBorderWidth

Gets or sets the border width of the marker.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyMarkerColor

Gets or sets the marker color.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyMarkerImage

Gets or sets the marker image.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyMarkerImageTransparentColor

Gets or sets the color that will be replaced with a transparent color when the marker image is drawn.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyMarkerSize

Gets or sets the size of the marker.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyMarkerStyle

Gets or sets the marker style.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyName

Gets or sets the name of the data point.(Overrides ChartNamedElement.Name.)

System_CAPS_pubpropertyPostBackValue

Gets or sets the postback value that can be processed on a Click event.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyTag

Gets or sets an object associated with this chart element.(Inherited from ChartElement.)

System_CAPS_pubpropertyToolTip

Gets or sets the tooltip of the data point.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyUrl

Gets or sets the URL target of the area.(Inherited from DataPointCustomProperties.)

System_CAPS_pubpropertyXValue

Gets or sets the X-value of a data point.

System_CAPS_pubpropertyYValues

Gets or sets the Y-value(s) of a data point.

Return to top
Show: