Partilhar via


Propriedade do RDL ChartDataPointValuesInstance.HighlightY

Gets the calculated value of the HighlightY property in a ChartDataPointValues class.

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

Sintaxe

'Declaração
Public ReadOnly Property HighlightY As Object 
    Get
'Uso
Dim instance As ChartDataPointValuesInstance 
Dim value As Object 

value = instance.HighlightY
public Object HighlightY { get; }
public:
property Object^ HighlightY {
    Object^ get ();
}
member HighlightY : Object
function get HighlightY () : Object

Valor da propriedade

Tipo: System.Object
An object that represents the calculated value of the HighlightY property.

Consulte também

Referência

ChartDataPointValuesInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering