다음을 통해 공유


Scalar 속성

Gets a Boolean value that indicates whether the values along this axis are scalar values (numeric or date) which should be displayed on the chart in a continuous axis.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property Scalar As Boolean
    Get
    Set
‘사용 방법
Dim instance As ChartAxis
Dim value As Boolean

value = instance.Scalar

instance.Scalar = value
public bool Scalar { get; set; }
public:
property bool Scalar {
    bool get ();
    void set (bool value);
}
member Scalar : bool with get, set
function get Scalar () : boolean
function set Scalar (value : boolean)

속성 값

유형: System. . :: . .Boolean
A Boolean value.