Chart.ApplyPaletteColors 메서드

정의

런타임에서 프로그래밍 방식으로 액세스할 수 있도록 자동으로 할당된 계열과 데이터 요소 색을 설정합니다.

public:
 void ApplyPaletteColors();
public void ApplyPaletteColors ();
member this.ApplyPaletteColors : unit -> unit
Public Sub ApplyPaletteColors ()

설명

런타임에 색이 Chart 자동으로 할당되면 차트가 렌더링된 시간 이전의 색을 알 수 없습니다. 이때 자동으로 할당된 Color 값의 속성이 반환 Empty 됩니다.

메서드를 ApplyPaletteColors 호출하면 계열 및 데이터 요소의 색이 설정되므로 프로그래밍 방식으로 액세스할 수 있습니다.

적용 대상