Classe ChartDataPoint
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).
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Class ChartDataPoint _
Inherits DataRegionCell
'Utilizzo
Dim instance As ChartDataPoint
public class ChartDataPoint : DataRegionCell
public ref class ChartDataPoint : public DataRegionCell
type ChartDataPoint =
class
inherit DataRegionCell
end
public class ChartDataPoint extends DataRegionCell
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .DataRegionCell
Microsoft.ReportingServices.RdlObjectModel..::..ChartDataPoint
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche