다음을 통해 공유


ChartDataPoint.DataPointValues 속성

Gets the X and Y values of the data point.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public MustOverride ReadOnly Property DataPointValues As ChartDataPointValues 
    Get
‘사용 방법
Dim instance As ChartDataPoint 
Dim value As ChartDataPointValues 

value = instance.DataPointValues
public abstract ChartDataPointValues DataPointValues { get; }
public:
virtual property ChartDataPointValues^ DataPointValues {
    ChartDataPointValues^ get () abstract;
}
abstract DataPointValues : ChartDataPointValues
abstract function get DataPointValues () : ChartDataPointValues

속성 값

유형: Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPointValues
A ChartDataPointValues object that represents the X and Y values of the data point.

참고 항목

참조

ChartDataPoint 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스