ChartAxis.LogScale 属性
Gets a value that indicates whether the axis is logarithmic.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property LogScale As ReportBoolProperty
Get
用法
Dim instance As ChartAxis
Dim value As ReportBoolProperty
value = instance.LogScale
public ReportBoolProperty LogScale { get; }
public:
property ReportBoolProperty^ LogScale {
ReportBoolProperty^ get ();
}
member LogScale : ReportBoolProperty
function get LogScale () : ReportBoolProperty