다음을 통해 공유


ChartAxis.LogScale 속성

정의

축이 로그 눈금으로 표현되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> LogScale { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool> LogScale { get; set; }
member this.LogScale : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool> with get, set
Public Property LogScale As ReportExpression(Of Boolean)

속성 값

ReportExpression<T> 개체입니다.

적용 대상