Classe ChartDataPointValues
Contains a set of data values for a data point in the chart.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPointValues
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class ChartDataPointValues
'Uso
Dim instance As ChartDataPointValues
public sealed class ChartDataPointValues
public ref class ChartDataPointValues sealed
[<SealedAttribute>]
type ChartDataPointValues = class end
public final class ChartDataPointValues
O tipo ChartDataPointValues expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
CurrencyLanguageSize | |
![]() |
CurrencyLanguageX | |
![]() |
CurrencyLanguageY | |
![]() |
End | Gets an expression that evaluates to the end/close value for the data point. |
![]() |
FormatSize | |
![]() |
FormatX | |
![]() |
FormatY | |
![]() |
High | Gets an expression that evaluates to the high value for the data point. |
![]() |
HighlightSize | Gets an expression that evaluates to the highlighted Size value for the data point. |
![]() |
HighlightX | Gets an expression that evaluates to the highlighted X value for the data point. |
![]() |
HighlightY | Gets an expression that evaluates to the highlighted Y value for the data point. |
![]() |
Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() |
Low | Gets an expression that evaluates to the low value for the data point. |
![]() |
Mean | Gets an expression that evaluates to the mean value for the data point. |
![]() |
Median | Gets an expression that evaluates to the median value for the data point. |
![]() |
Size | Gets an expression that evaluates to the size value for the data point. |
![]() |
Start | Gets an expression that evaluates to the start/open value for the data point. |
![]() |
X | Gets an expression that evaluates to the X value for the data point. |
![]() |
Y | Gets an expression that evaluates to the Y value for the data point. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering