Home
last modified time | relevance | path

Searched defs:SetXValue (Results 1 – 10 of 10) sorted by relevance

/dports/editors/lazarus/lazarus/components/tachart/
H A Dtasources.pas62 function SetXValue(AIndex: Integer; AValue: Double): Integer; in SetXValue() function
576 function TListChartSource.SetXValue(AIndex: Integer; AValue: Double): Integer; in TListChartSource.SetXValue() function
H A Dtacustomseries.pas192 procedure SetXValue(AIndex: Integer; AValue: Double); inline; procedure
1067 procedure TChartSeries.SetXValue(AIndex: Integer; AValue: Double); inline; procedure
/dports/editors/lazarus-qt5/lazarus/components/tachart/
H A Dtasources.pas62 function SetXValue(AIndex: Integer; AValue: Double): Integer; in SetXValue() function
576 function TListChartSource.SetXValue(AIndex: Integer; AValue: Double): Integer; in TListChartSource.SetXValue() function
H A Dtacustomseries.pas192 procedure SetXValue(AIndex: Integer; AValue: Double); inline; procedure
1067 procedure TChartSeries.SetXValue(AIndex: Integer; AValue: Double); inline; procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtasources.pas61 function SetXValue(AIndex: Integer; const AValue: Double): Integer; in SetXValue() function
855 function TListChartSource.SetXValue(AIndex: Integer; const AValue: Double): Integer; in TListChartSource.SetXValue() function
H A Dtacustomseries.pas199 procedure SetXValue(AIndex: Integer; AValue: Double); inline; procedure
1147 procedure TChartSeries.SetXValue(AIndex: Integer; AValue: Double); inline; procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtasources.pas61 function SetXValue(AIndex: Integer; const AValue: Double): Integer; in SetXValue() function
855 function TListChartSource.SetXValue(AIndex: Integer; const AValue: Double): Integer; in TListChartSource.SetXValue() function
H A Dtacustomseries.pas199 procedure SetXValue(AIndex: Integer; AValue: Double); inline; procedure
1147 procedure TChartSeries.SetXValue(AIndex: Integer; AValue: Double); inline; procedure
/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Dplotdata.cpp1070 void wxPlotData::SetXValue( int index, double x ) in SetXValue() function in wxPlotData
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-api.cc6779 static void SetXValue(Local<Name> name, Local<Value> value, in SetXValue() function