Partager via


Propriété ChartAxisInstance.LogBase

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LogBase As Double 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ChartAxisInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering