ChartDataPoint Members
Include Protected Members
Include Inherited Members
Represents a data point for the chart. A data point may consist of a single value expression (for example in bar or line charts) or multiple value expressions (stock and bubble charts).
The ChartDataPoint type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ChartDataPoint() | Creates a new instance of the ChartDataPoint class. |
![]() |
ChartDataPoint(IPropertyStore) | Creates a new instance of the ChartDataPoint class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
ActionInfo | Actions associated with this data point. |
![]() |
AxisLabel | Label to use on the axis for the data point. |
![]() |
ChartDataLabel | Indicates the values should be marked with data labels. |
![]() |
ChartDataPointValues | Data values for the point. |
![]() |
ChartItemInLegend | Defines how the data point appears when displayed in a legend (when Series.Type = Shape). |
![]() |
ChartMarker | Defines appearance of the data point marker. |
![]() |
CustomProperties | Custom properties for the data point. |
![]() |
DataElementName | The name to use for the data element for this data point. |
![]() |
DataElementOutput | Indicates whether the data point should appear in a data rendering. |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
PropertyStore | The property store. (Inherited from ReportObjectBase.) |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
Style | Gets the style properties of this report definition object. |
![]() |
ToolTip | Tool tip to display for the data point. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose() | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
![]() ![]() |
IDataScopeService.GetDataScopesFor(IContainedObject) | (Inherited from DataRegionCell.) |
Top