ChartAxis.ChartStripLines Property

Definition

Gets or sets the custom strip lines for the axis.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartStripLine ^> ^ ChartStripLines { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartStripLine ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartStripLine ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartStripLine>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartStripLine> ChartStripLines { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartStripLine>))>]
member this.ChartStripLines : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartStripLine> with get, set
Public Property ChartStripLines As IList(Of ChartStripLine)

Property Value

An IList<T> object.

Attributes

Applies to