ChartValueAxes 屬性
Defines the value axes.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property ChartValueAxes As IList(Of ChartAxis)
Get
Set
'用途
Dim instance As ChartArea
Dim value As IList(Of ChartAxis)
value = instance.ChartValueAxes
instance.ChartValueAxes = value
public IList<ChartAxis> ChartValueAxes { get; set; }
public:
property IList<ChartAxis^>^ ChartValueAxes {
IList<ChartAxis^>^ get ();
void set (IList<ChartAxis^>^ value);
}
member ChartValueAxes : IList<ChartAxis> with get, set
function get ChartValueAxes () : IList<ChartAxis>
function set ChartValueAxes (value : IList<ChartAxis>)
屬性值
型別:System.Collections.Generic. . :: . .IList< (Of < ( <'ChartAxis> ) > ) >
An IList<(Of <(<'T>)>)> object.