Partager via


Propriété ChartAxis.LogBase

Gets the base to use for logarithmic scale.

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

Syntaxe

'Déclaration
Public ReadOnly Property LogBase As ReportDoubleProperty 
    Get
'Utilisation
Dim instance As ChartAxis 
Dim value As ReportDoubleProperty 

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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Voir aussi

Référence

ChartAxis Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering