ChartDataPointValues Class

Contains a set of data values for a data point in the chart.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPointValues

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ChartDataPointValues
'Usage
Dim instance As ChartDataPointValues
public sealed class ChartDataPointValues
public ref class ChartDataPointValues sealed
[<SealedAttribute>]
type ChartDataPointValues =  class end
public final class ChartDataPointValues

The ChartDataPointValues type exposes the following members.

Properties

  Name Description
Public property CurrencyLanguageSize
Public property CurrencyLanguageX
Public property CurrencyLanguageY
Public property End Gets an expression that evaluates to the end/close value for the data point.
Public property FormatSize
Public property FormatX
Public property FormatY
Public property High Gets an expression that evaluates to the high value for the data point.
Public property HighlightSize Gets an expression that evaluates to the highlighted Size value for the data point.
Public property HighlightX Gets an expression that evaluates to the highlighted X value for the data point.
Public property HighlightY Gets an expression that evaluates to the highlighted Y value for the data point.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Low Gets an expression that evaluates to the low value for the data point.
Public property Mean Gets an expression that evaluates to the mean value for the data point.
Public property Median Gets an expression that evaluates to the median value for the data point.
Public property Size Gets an expression that evaluates to the size value for the data point.
Public property Start Gets an expression that evaluates to the start/open value for the data point.
Public property X Gets an expression that evaluates to the X value for the data point.
Public property Y Gets an expression that evaluates to the Y value for the data point.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace