ChartAxis.LogBase 属性
Gets the base to use for logarithmic scale.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property LogBase As ReportDoubleProperty
Get
用法
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