Condividi tramite


Proprietà ChartAxisInstance.LogBase

Gets the calculated value of the LogBase property in a ChartAxis class.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property LogBase As Double 
    Get
'Utilizzo
Dim instance As ChartAxisInstance 
Dim value As Double 

value = instance.LogBase
public double LogBase { get; }
public:
property double LogBase {
    double get ();
}
member LogBase : float
function get LogBase () : double

Valore proprietà

Tipo: System.Double
A double value that represents the calculated value of the LogBase property.

Vedere anche

Riferimento

ChartAxisInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering