다음을 통해 공유


ChartAlignType 속성

Gets a value that indicates which aspects of the chart area should be aligned with the target chart area.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property ChartAlignType As ChartAlignType
    Get
‘사용 방법
Dim instance As ChartArea
Dim value As ChartAlignType

value = instance.ChartAlignType
public ChartAlignType ChartAlignType { get; }
public:
property ChartAlignType^ ChartAlignType {
    ChartAlignType^ get ();
}
member ChartAlignType : ChartAlignType
function get ChartAlignType () : ChartAlignType