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.
Gets or sets the custom strip lines for the axis.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartStripLines As IList(Of ChartStripLine)
Get
Set
'Usage
Dim instance As ChartAxis
Dim value As IList(Of ChartStripLine)
value = instance.ChartStripLines
instance.ChartStripLines = value
public IList<ChartStripLine> ChartStripLines { get; set; }
public:
property IList<ChartStripLine^>^ ChartStripLines {
IList<ChartStripLine^>^ get ();
void set (IList<ChartStripLine^>^ value);
}
member ChartStripLines : IList<ChartStripLine> with get, set
function get ChartStripLines () : IList<ChartStripLine>
function set ChartStripLines (value : IList<ChartStripLine>)
Property Value
Type: System.Collections.Generic.IList<ChartStripLine>
An IList<T> object.