Partilhar via


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).

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Class ChartDataPoint _
    Inherits DataRegionCell
'Uso
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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.