ChartDataPointValues.Y 属性

Indicates the Y value for the data point.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property Y As ReportExpression
    Get
    Set
用法
Dim instance As ChartDataPointValues
Dim value As ReportExpression

value = instance.Y

instance.Y = value
public ReportExpression Y { get; set; }
public:
property ReportExpression Y {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Y : ReportExpression with get, set
function get Y () : ReportExpression
function set Y (value : ReportExpression)