ChartDataPoint Miembros
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).
El tipo ChartDataPoint expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
GetHashCode | (Se hereda de Object). | |
GetType | (Se hereda de Object). | |
MemberwiseClone | (Se hereda de Object). | |
ToString | (Se hereda de Object). |
Principio
Campos
Nombre | Descripción | |
---|---|---|
m_actionInfo | Infraestructura. | |
m_columnIndex | Infraestructura. | |
m_customProperties | Infraestructura. | |
m_customPropertiesReady | Infraestructura. | |
m_dataLabel | Infraestructura. | |
m_dataPointValues | Infraestructura. | |
m_instance | Infraestructura. | |
m_marker | Infraestructura. | |
m_owner | Infraestructura. | |
m_rowIndex | Infraestructura. | |
m_style | Infraestructura. |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
ActionInfo | Actions associated with this data point. | |
AxisLabel | Label to use on the axis for the data point. | |
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. | |
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 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 | Tool tip to display for the data point |
Principio
Vea también