Chart.ChartCustomPaletteColors プロパティ

定義

カスタム パレット内の色の一覧を取得または設定します。

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))

プロパティ値

IList<T> オブジェクト。

属性

適用対象