Series.EmptyPointStyle 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
빈 것으로 표시된 점의 그리기 스타일을 가져오거나 설정합니다.
public:
property System::Windows::Forms::DataVisualization::Charting::DataPointCustomProperties ^ EmptyPointStyle { System::Windows::Forms::DataVisualization::Charting::DataPointCustomProperties ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::DataPointCustomProperties ^ value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties EmptyPointStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.EmptyPointStyle : System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties with get, set
Public Property EmptyPointStyle As DataPointCustomProperties
속성 값
빈 것으로 표시된 점의 그리기 스타일입니다.
- 특성
설명
이 속성은 EmptyPointStyle 테두리 색, 표식 이미지, 배경색 또는 이미지 등에서 빈 것으로 표시된 점의 그리기 스타일을 결정합니다.
특정 속성은 특정 차트 유형에만 적용됩니다. 예를 들어 속성은 꺾은 BackImage 선형 차트에 적용되지 않지만 영역형 차트에 적용됩니다.
빈 점을 나타내는 이미지를 표시하려면 속성이 MarkerImage 아닌 BackImage 속성과 MarkerStyle 속성을 사용합니다.
이 속성은 AxisLabel 빈 점의 축 레이블을 결정합니다. 누적 차트 형식의 경우 축 레이블은 이 속성이 설정된 첫 번째 그리기 계열의 속성에 따라 AxisLabel 결정됩니다.
속성을 .로 설정 IsEmpty 하여 데이터 요소를 빈 데이터 요소로 수동으로 표시할 true수 있습니다. 또는 클래스의 InsertEmptyPoints 메서드 DataManipulator 중 하나를 사용하여 누락된 데이터를 확인하고 데이터 요소가 누락된 경우 빈 점을 삽입할 수 있습니다.
메모
꺾은선형 차트의 경우 빈 지점에 연결하는 선의 선 색은 속성 설정에 Color 따라 결정됩니다.