Chart.ChartCustomPaletteColors Propriedade

Definição

Obtém ou define a lista de cores na paleta personalizada.

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

Valor da propriedade

Um objeto IList<T>.

Atributos

Aplica-se a