Udostępnij przez


Właściwość ChartAxis.LogScale

Pobiera wartość, która wskazuje, czy oś logarytmiczną.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property LogScale As ReportBoolProperty
    Get
'Użycie
Dim instance As ChartAxis
Dim value As ReportBoolProperty

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