Gets a value that indicates which aspects of the chart area should be aligned with the target chart area.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property ChartAlignType As ChartAlignType
Get
Set
用法
Dim instance As ChartArea
Dim value As ChartAlignType
value = instance.ChartAlignType
instance.ChartAlignType = value
public ChartAlignType ChartAlignType { get; set; }
public:
property ChartAlignType^ ChartAlignType {
ChartAlignType^ get ();
void set (ChartAlignType^ value);
}
member ChartAlignType : ChartAlignType with get, set
function get ChartAlignType () : ChartAlignType
function set ChartAlignType (value : ChartAlignType)
属性值
类型:Microsoft.ReportingServices.RdlObjectModel.ChartAlignType
A ChartAlignType object.