Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.