다음을 통해 공유


ChartAxis.ChartStripLines 속성

정의

축의 사용자 지정 줄무늬 선을 가져오거나 설정합니다.

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)

속성 값

IList<T> 개체입니다.

특성

적용 대상