DataPointCollection.FindAllByValue メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された値と等しいすべてのデータ ポイントを検索します。
オーバーロード
FindAllByValue(Double, String, Int32) |
指定されたインデックス位置から開始して、指定された値と等しいすべてのデータ ポイントを検索します。 |
FindAllByValue(Double, String) |
指定された値と等しいすべてのデータ ポイントを検索します。 |
FindAllByValue(Double) |
指定された値と等しいすべてのデータ ポイントを検索します。 |
FindAllByValue(Double, String, Int32)
指定されたインデックス位置から開始して、指定された値と等しいすべてのデータ ポイントを検索します。
public:
System::Collections::Generic::IEnumerable<System::Windows::Forms::DataVisualization::Charting::DataPoint ^> ^ FindAllByValue(double valueToFind, System::String ^ useValue, int startIndex);
public System.Collections.Generic.IEnumerable<System.Windows.Forms.DataVisualization.Charting.DataPoint> FindAllByValue (double valueToFind, string useValue, int startIndex);
member this.FindAllByValue : double * string * int -> seq<System.Windows.Forms.DataVisualization.Charting.DataPoint>
Public Function FindAllByValue (valueToFind As Double, useValue As String, startIndex As Integer) As IEnumerable(Of DataPoint)
Public Iterator Function FindAllByValue (valueToFind As Double, useValue As String, startIndex As Integer) As IEnumerable(Of DataPoint)
パラメーター
- valueToFind
- Double
検索するデータ ポイント値。
- useValue
- String
使用するデータ ポイント値 (X、Y1、Y2 など)。
- startIndex
- Int32
検索を開始するデータ ポイントのインデックス位置。
戻り値
一致するデータ ポイントの列挙子を表す IEnumerable<T> インターフェイス。
適用対象
FindAllByValue(Double, String)
指定された値と等しいすべてのデータ ポイントを検索します。
public:
System::Collections::Generic::IEnumerable<System::Windows::Forms::DataVisualization::Charting::DataPoint ^> ^ FindAllByValue(double valueToFind, System::String ^ useValue);
public System.Collections.Generic.IEnumerable<System.Windows.Forms.DataVisualization.Charting.DataPoint> FindAllByValue (double valueToFind, string useValue);
member this.FindAllByValue : double * string -> seq<System.Windows.Forms.DataVisualization.Charting.DataPoint>
Public Function FindAllByValue (valueToFind As Double, useValue As String) As IEnumerable(Of DataPoint)
Public Iterator Function FindAllByValue (valueToFind As Double, useValue As String) As IEnumerable(Of DataPoint)
パラメーター
- valueToFind
- Double
検索するデータ ポイント値。
- useValue
- String
使用するデータ ポイント値 (X、Y1、Y2 など)。
戻り値
一致するデータ ポイントの列挙子を表す IEnumerable<T> インターフェイス。
適用対象
FindAllByValue(Double)
指定された値と等しいすべてのデータ ポイントを検索します。
public:
System::Collections::Generic::IEnumerable<System::Windows::Forms::DataVisualization::Charting::DataPoint ^> ^ FindAllByValue(double valueToFind);
public System.Collections.Generic.IEnumerable<System.Windows.Forms.DataVisualization.Charting.DataPoint> FindAllByValue (double valueToFind);
member this.FindAllByValue : double -> seq<System.Windows.Forms.DataVisualization.Charting.DataPoint>
Public Function FindAllByValue (valueToFind As Double) As IEnumerable(Of DataPoint)
パラメーター
- valueToFind
- Double
検索するデータ ポイント値。
戻り値
一致するデータ ポイントの列挙子を表す IEnumerable<T> インターフェイス。