Membri ChartDataPoint
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).
Il tipo ChartDataPoint espone i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | (Ereditato da Object). |
![]() |
Finalize | (Ereditato da Object). |
![]() |
GetHashCode | (Ereditato da Object). |
![]() |
GetType | (Ereditato da Object). |
![]() |
MemberwiseClone | (Ereditato da Object). |
![]() |
ToString | (Ereditato da Object). |
In alto
Campi
Nome | Descrizione | |
---|---|---|
![]() |
m_actionInfo | Infrastruttura. |
![]() |
m_columnIndex | Infrastruttura. |
![]() |
m_customProperties | Infrastruttura. |
![]() |
m_customPropertiesReady | Infrastruttura. |
![]() |
m_dataLabel | Infrastruttura. |
![]() |
m_dataPointValues | Infrastruttura. |
![]() |
m_instance | Infrastruttura. |
![]() |
m_marker | Infrastruttura. |
![]() |
m_owner | Infrastruttura. |
![]() |
m_rowIndex | Infrastruttura. |
![]() |
m_style | Infrastruttura. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
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 |
In alto
Vedere anche