Właściwość ChartAxis.LogBase
Pobiera podstawy dla skali logarytmicznej.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property LogBase As ReportExpression(Of Double)
Get
Set
'Użycie
Dim instance As ChartAxis
Dim value As ReportExpression(Of Double)
value = instance.LogBase
instance.LogBase = value
public ReportExpression<double> LogBase { get; set; }
public:
property ReportExpression<double> LogBase {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member LogBase : ReportExpression<float> with get, set
function get LogBase () : ReportExpression<double>
function set LogBase (value : ReportExpression<double>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double>] obiektu.