Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.