Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the value axes.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartValueAxes As IList(Of ChartAxis)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.Generic.IList<ChartAxis>
An IList<T> object.