ChartAxis.ChartStripLines Propiedad

Definición

Obtiene o establece las franjas personalizadas para el eje.

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)

Valor de propiedad

Objeto IList<T>.

Atributos

Se aplica a