DataPoint 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示儲存在 DataPointCollection 類別中的資料點。
public ref class DataPoint : System::Windows::Forms::DataVisualization::Charting::DataPointCustomProperties
[System.ComponentModel.TypeConverter("System.Windows.Forms.Design.DataVisualization.Charting.DataPointConverter, System.Windows.Forms.DataVisualization.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public class DataPoint : System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties
[<System.ComponentModel.TypeConverter("System.Windows.Forms.Design.DataVisualization.Charting.DataPointConverter, System.Windows.Forms.DataVisualization.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>]
type DataPoint = class
inherit DataPointCustomProperties
Public Class DataPoint
Inherits DataPointCustomProperties
- 繼承
- 屬性
備註
類別 DataPoint 會儲存與資料以及資料點值相關聯的屬性。 例如,資料點具有值,但它也有色彩屬性、背景影像屬性、背景漸層屬性等等。 如需資料點屬性的詳細資訊,請參閱 DataPointCustomProperties 類別概觀主題。
每個資料點都包含 X 值和一個或多個 Y 值。 X 值可以是零,或者您可以明確設定此值。
泡泡圖、走勢圖和股票圖以外的所有圖表類型只需要一個 Y 值。 這些圖表類型需要多個 Y 值,因為一個資料點是由多個值所組成。 例如,若要繪製一個股票圖表直條圖,需要四個值:高、低、開啟和關閉值。
資料可以在設計階段或執行時間新增;您也可以在執行時間使用資料系結。
建構函式
DataPoint() |
初始化 DataPoint 類別的新執行個體。 |
DataPoint(Double, Double) |
使用指定的 X 和 Y 值,初始化 DataPoint 類別的新執行個體。 |
DataPoint(Double, Double[]) |
使用指定的 X 值和 Y 值陣列,初始化 DataPoint 類別的新執行個體。 |
DataPoint(Double, String) |
使用指定的 X 值和 Y 值,初始化 DataPoint 類別的新執行個體。 |
DataPoint(Series) |