ChartDataPointValuesInstance.HighlightX Property
Gets the calculated value of the HighlightX property in a ChartDataPointValues class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property HighlightX As Object
Get
'Usage
Dim instance As ChartDataPointValuesInstance
Dim value As Object
value = instance.HighlightX
public Object HighlightX { get; }
public:
property Object^ HighlightX {
Object^ get ();
}
member HighlightX : Object
function get HighlightX () : Object
Property Value
Type: System.Object
An object that represents the calculated value of the HighlightX property.
See Also
Reference
ChartDataPointValuesInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace