GaugeScale.LogarithmicBase 属性
Base to use for logarithmic scale.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property LogarithmicBase As ReportDoubleProperty
Get
用法
Dim instance As GaugeScale
Dim value As ReportDoubleProperty
value = instance.LogarithmicBase
public ReportDoubleProperty LogarithmicBase { get; }
public:
property ReportDoubleProperty^ LogarithmicBase {
ReportDoubleProperty^ get ();
}
member LogarithmicBase : ReportDoubleProperty
function get LogarithmicBase () : ReportDoubleProperty