Compartilhar via


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
Propriedade pública CurrencyLanguageSize
Propriedade pública CurrencyLanguageX
Propriedade pública CurrencyLanguageY
Propriedade pública End Gets an expression that evaluates to the end/close value for the data point.
Propriedade pública FormatSize
Propriedade pública FormatX
Propriedade pública FormatY
Propriedade pública High Gets an expression that evaluates to the high value for the data point.
Propriedade pública HighlightSize Gets an expression that evaluates to the highlighted Size value for the data point.
Propriedade pública HighlightX Gets an expression that evaluates to the highlighted X value for the data point.
Propriedade pública HighlightY Gets an expression that evaluates to the highlighted Y value for the data point.
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública Low Gets an expression that evaluates to the low value for the data point.
Propriedade pública Mean Gets an expression that evaluates to the mean value for the data point.
Propriedade pública Median Gets an expression that evaluates to the median value for the data point.
Propriedade pública Size Gets an expression that evaluates to the size value for the data point.
Propriedade pública Start Gets an expression that evaluates to the start/open value for the data point.
Propriedade pública X Gets an expression that evaluates to the X value for the data point.
Propriedade pública Y Gets an expression that evaluates to the Y value for the data point.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público 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