DataPoint 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DataPointCollection 클래스에 저장된 데이터 요소를 나타냅니다.
public ref class DataPoint : System::Web::UI::DataVisualization::Charting::DataPointCustomProperties
[System.ComponentModel.TypeConverter("System.Web.UI.Design.DataVisualization.Charting.DataPointConverter, System.Web.DataVisualization.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
[System.Web.UI.Themeable(false)]
public class DataPoint : System.Web.UI.DataVisualization.Charting.DataPointCustomProperties
[<System.ComponentModel.TypeConverter("System.Web.UI.Design.DataVisualization.Charting.DataPointConverter, System.Web.DataVisualization.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>]
[<System.Web.UI.Themeable(false)>]
type DataPoint = class
inherit DataPointCustomProperties
Public Class DataPoint
Inherits DataPointCustomProperties
- 상속
- 특성
설명
클래스는 DataPoint 데이터와 연결된 속성과 데이터 요소 값을 저장합니다. 예를 들어 데이터 요소에는 값이 있지만 색 속성, 배경 이미지 속성, 배경 그라데이션 속성 등이 있습니다. 데이터 요소 속성에 대한 자세한 내용은 클래스 개요 항목을 참조 DataPointCustomProperties 하세요.
각 데이터 포인트는 X 값과 하나 이상의 Y 값으로 구성됩니다. X-값은 0이거나 명시적으로 설정할 수 있습니다.
거품형, 촛대 및 주식형 차트를 제외한 모든 차트 종류에는 포인트당 하나의 Y 값만 필요합니다. 하나의 데이터 포인트가 여러 값으로 구성되므로 이러한 차트 유형에는 둘 이상의 Y 값이 필요합니다. 예를 들어 하나의 주식형 차트 열을 그리려면 높음, 낮음, 열린 값 및 닫기 값의 네 가지 값이 필요합니다.
디자인 타임 또는 런타임에 데이터를 추가할 수 있습니다. 런타임에 데이터 바인딩을 사용할 수도 있습니다.
생성자
DataPoint() |
DataPoint 클래스의 새 인스턴스를 초기화합니다. |
DataPoint(Double, Double) |
지정된 X 및 Y 값을 사용하여 DataPoint 클래스의 새 인스턴스를 초기화합니다. |
DataPoint(Double, Double[]) |
지정된 X 값과 Y 값 배열을 사용하여 DataPoint 클래스의 새 인스턴스를 초기화합니다. |
DataPoint(Double, String) |
지정된 X 값 및 Y 값을 사용하여 DataPoint 클래스의 새 인스턴스를 초기화합니다. |
DataPoint(Series) |
속성
AxisLabel |
데이터 요소, 계열 또는 빈 요소의 X축 레이블의 텍스트를 가져오거나 설정합니다. 이 속성은 사용자 지정 레이블이 관련 Axis 개체에 대해 지정되지 않은 경우에만 사용됩니다. (다음에서 상속됨 DataPointCustomProperties) |
BackGradientStyle |
배경 그라데이션 스타일을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
BackHatchStyle |
배경 빗살 무늬 스타일을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
BackImage |
데이터 요소의 배경 이미지를 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
BackImageAlignment |
Unscaled 그리기 모드와 함께 사용되는 배경 이미지의 맞춤을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
BackImageTransparentColor |
배경 이미지를 그릴 때 투명한 색으로 바꿀 색을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
BackImageWrapMode |
배경 이미지의 그리기 모드를 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
BackSecondaryColor |
보조 배경색을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
BorderColor |
데이터 요소의 테두리 색을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
BorderDashStyle |
데이터 요소의 테두리 스타일을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
BorderWidth |
데이터 요소의 테두리 두께를 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
Color |
데이터 요소의 색을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
CustomProperties |
데이터 요소의 사용자 지정 속성을 가져오거나 설정합니다. 사용자 지정 속성은 AttrName1=Value1, AttrName2=Value2와 같은 형식으로 지정할 수 있습니다. (다음에서 상속됨 DataPointCustomProperties) |
CustomPropertiesExtended |
데이터 요소의 확장된 사용자 지정 속성을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
Font |
데이터 요소의 글꼴을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
IsEmpty |
데이터 요소를 빈 상태로 표시할지 여부를 나타내는 플래그를 가져오거나 설정합니다. |
IsValueShownAsLabel |
레이블에 데이터 요소의 값을 표시할지 여부를 나타내는 플래그를 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
IsVisibleInLegend |
항목이 범례에 표시되는지 여부를 나타내는 플래그를 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
Item[Int32] |
컬렉션의 위치를 기준으로 DataPointCustomProperties 개체를 가져옵니다. (다음에서 상속됨 DataPointCustomProperties) |
Item[String] |
이름을 기준으로 DataPointCustomProperties 개체를 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
Label |
데이터 요소 레이블의 텍스트를 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
LabelAngle |
데이터 요소 레이블의 각도를 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
LabelBackColor |
데이터 요소 레이블의 배경색을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
LabelBorderColor |
데이터 요소 레이블의 테두리 색을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
LabelBorderDashStyle |
레이블의 테두리 스타일을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
LabelBorderWidth |
레이블 테두리의 두께를 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
LabelForeColor |
레이블의 텍스트 색을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
LabelFormat |
데이터 요소 레이블의 형식을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
LabelMapAreaAttributes |
데이터 요소 레이블의 맵 영역 특성을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
LabelPostBackValue |
Click 이벤트에서 처리할 수 있는 포스트백 값을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
LabelToolTip |
데이터 요소 레이블의 도구 설명을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
LabelUrl |
데이터 요소 레이블의 URL 대상을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
LegendMapAreaAttributes |
범례 맵 영역 특성을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
LegendPostBackValue |
Click 이벤트에서 처리할 수 있는 포스트백 값을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
LegendText |
범례에 있는 항목의 텍스트를 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
LegendToolTip |
범례에 있는 항목의 도구 설명을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
LegendUrl |
범례에 있는 항목의 URL 대상을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
MapAreaAttributes |
데이터 요소의 맵 영역 특성을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
MarkerBorderColor |
표식의 테두리 색을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
MarkerBorderWidth |
표식의 테두리 두께를 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
MarkerColor |
표식 색을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
MarkerImage |
표식 이미지를 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
MarkerImageTransparentColor |
표식 이미지를 그릴 때 투명한 색으로 바꿀 색을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
MarkerSize |
표식 크기를 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
MarkerStyle |
표식 스타일을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
Name |
데이터 요소의 이름을 가져오거나 설정합니다. |
PostBackValue |
Click 이벤트에서 처리할 수 있는 다시 게시 값을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
Tag |
이 차트 요소와 연결된 개체를 가져오거나 설정합니다. (다음에서 상속됨 ChartElement) |
ToolTip |
데이터 지점의 도구 설명을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
Url |
영역의 URL 대상을 가져오거나 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
XValue |
데이터 요소의 X 값을 가져오거나 설정합니다. |
YValues |
데이터 요소의 Y 값을 가져오거나 설정합니다. |
메서드
Clone() |
데이터 요소의 정확한 복사본을 반환합니다. |
DeleteCustomProperty(String) |
지정된 이름의 데이터 요소 사용자 지정 속성을 삭제합니다. (다음에서 상속됨 DataPointCustomProperties) |
Dispose() |
ChartElement에서 사용하는 리소스를 해제합니다. (다음에서 상속됨 ChartElement) |
Dispose(Boolean) |
ChartElement에서 사용하는 관리되지 않는 리소스를 해제하고, 관리되는 리소스를 선택적으로 해제할 수 있습니다. (다음에서 상속됨 ChartElement) |
Equals(Object) |
지정한 Object가 현재 ChartElement와 같은지 여부를 확인합니다. (다음에서 상속됨 ChartElement) |
GetCustomProperty(String) |
지정된 이름의 데이터 요소 사용자 지정 속성을 반환합니다. (다음에서 상속됨 DataPointCustomProperties) |
GetHashCode() |
특정 형식에 대한 해시 함수를 반환합니다. (다음에서 상속됨 ChartElement) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
GetValueByName(String) |
이름으로 지정된 데이터 요소를 반환합니다. 이 함수는 도우미 함수입니다. |
IsCustomPropertySet(String) |
지정된 이름의 사용자 지정 속성이 설정되었는지 여부를 확인합니다. (다음에서 상속됨 DataPointCustomProperties) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ResetIsValueShownAsLabel() |
IsValueShownAsLabel 속성을 기본값으로 다시 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
ResetIsVisibleInLegend() |
IsVisibleInLegend 속성을 기본값으로 다시 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
SetCustomProperty(String, String) |
데이터 요소의 사용자 지정 속성을 설정합니다. (다음에서 상속됨 DataPointCustomProperties) |
SetDefault(Boolean) |
데이터 요소의 기본 속성을 설정합니다. 이전 속성 값을 지워야 하는지 여부를 나타냅니다. (다음에서 상속됨 DataPointCustomProperties) |
SetValueXY(Object, Object[]) |
데이터 요소의 X 값과 하나 이상의 Y 값을 설정합니다. |
SetValueY(Object[]) |
단일 데이터 요소의 Y 값을 설정합니다. |
ToString() |
현재 Object를 나타내는 문자열을 반환합니다. (다음에서 상속됨 ChartElement) |
적용 대상
.NET