Chart.PaletteCustomColors 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용자 지정 색상표 색의 배열을 가져오거나 설정합니다.
public:
property cli::array <System::Drawing::Color> ^ PaletteCustomColors { cli::array <System::Drawing::Color> ^ get(); void set(cli::array <System::Drawing::Color> ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.ColorArrayConverter))]
public System.Drawing.Color[] PaletteCustomColors { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.ColorArrayConverter))>]
member this.PaletteCustomColors : System.Drawing.Color[] with get, set
Public Property PaletteCustomColors As Color()
속성 값
Color[]
차트의 계열에 사용되는 색 집합을 나타내는 Color 개체의 배열입니다.
- 특성
설명
16개 이상의 색이 필요하거나 차트에 고유한 색을 적용하려면 사용자 지정 색상표를 정의해야 합니다. 사용자 지정 색상표를 사용하면 자신만의 색을 차트에 표시할 순서대로 추가할 수 있습니다. 이 유형의 색상표는 디자인 타임에 차트의 계열 수를 알 수 없는 경우에 특히 유용합니다.
속성이 로 설정None되지 않은 경우에는 Palette 이 속성이 적용되지 않습니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET