ChartAxis.ChartStripLines Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define as faixas personalizadas para o eixo.
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 da propriedade
Um objeto IList<T>.
- Atributos