Compartilhar via


Propriedade Low

Indicates the low value for the data point.

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

Sintaxe

'Declaração
Public ReadOnly Property Low As ReportVariantProperty
    Get
'Uso
Dim instance As ChartDataPointValues
Dim value As ReportVariantProperty

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