ChartDataPoint Class

Definition

Represents a data point for the chart. A data point can consist of a single value expression (for example in bar or line charts) or multiple value expressions (stock and bubble charts).

public ref class ChartDataPoint abstract : Microsoft::ReportingServices::OnDemandReportRendering::IROMStyleDefinitionContainer
public abstract class ChartDataPoint : Microsoft.ReportingServices.OnDemandReportRendering.IROMStyleDefinitionContainer
type ChartDataPoint = class
    interface IROMStyleDefinitionContainer
Public MustInherit Class ChartDataPoint
Implements IROMStyleDefinitionContainer
Inheritance
ChartDataPoint
Implements

Fields

m_actionInfo

A ActionInfo object that represents the actions associated with this data point.

m_columnIndex

An int value that represents the column index.

m_customProperties

A CustomPropertyCollection object that represents the custom properties for the data point.

m_customPropertiesReady

A Boolean value that indicates whether the custom properties are ready.

m_dataLabel

A ChartDataLabel object that represents the label for the data point.

m_dataPointValues

A ChartDataPointValues object that represents the X and Y values of the data point.

m_instance

A ChartDataPointInstance object that represents the report instance object that contains the calculated values of this report definition object.

m_marker

A ChartMarker object that represents the marker for this data point.

m_owner

A Chart object that represents the owner of this chart data point.

m_rowIndex

An int value that represents the row index.

m_style

A Style object that represents the style properties of this report definition object.

Properties

ActionInfo

Gets the actions associated with this data point.

AxisLabel

Gets the label to use on the axis for the data point.

CustomProperties

Gets the custom properties for the data point.

DataElementName

Gets the name to use for the data element for this data point.

DataElementOutput

Gets a value that indicates whether the data point should appear in a data rendering.

DataLabel

Gets the label for the data point.

DataPointValues

Gets the X and Y values of the data point.

Instance

Gets the report instance object that contains the calculated values of this report definition object.

ItemInLegend

Gets the legend properties for this data point.

Marker

Gets the marker for this data point.

Style

Gets the style properties of this report definition object.

ToolTip

Gets the tool tip to display for the data point.

Applies to