共用方式為


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