Proprietà Low
Gets the calculated value of the Low property in a ChartDataPointValues class.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Low As Object
Get
'Utilizzo
Dim instance As ChartDataPointValuesInstance
Dim value As Object
value = instance.Low
public Object Low { get; }
public:
property Object^ Low {
Object^ get ();
}
member Low : Object
function get Low () : Object
Valore proprietà
Tipo: System. . :: . .Object
An object that represents the calculated value of the Low property.