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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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