Home
last modified time | relevance | path

Searched defs:labelInterval (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/Graph/Axis/
H A DCategory.php178 function setLabelInterval($labelInterval = 'auto', $level = 1)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/stats_viewer/
H A Dstats_viewer.Designer.cs371 private System.Windows.Forms.Label labelInterval; field in StatsViewer.StatsViewer
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/stats_viewer/
H A Dstats_viewer.Designer.cs371 private System.Windows.Forms.Label labelInterval; field in StatsViewer.StatsViewer
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/Classifiers/include/
H A DitkScalarImageKmeansImageFilter.hxx122 unsigned int labelInterval = 1; in GenerateData() local
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Dlg/
H A DDlgSettingsExportFormat.cpp229 QLabel *labelInterval = new QLabel (QString ("%1:").arg (tr ("Interval"))); in createFunctionsPointsSelection() local
395 QLabel *labelInterval = new QLabel (QString ("%1:").arg (tr ("Interval"))); in createRelationsPointsSelection() local
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/agenda/
H A DTimeGrid.ts48 labelInterval: any // duration of how often a label should be displayed for a slot property in TimeGrid
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Ddolgraph.class.php66 public $labelInterval = -1; variable in DolGraph
/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/Graph/
H A DAxis.php505 function setLabelInterval($labelInterval = 'auto', $level = 1)
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Ddolgraph.class.php66 public $labelInterval = -1; variable in DolGraph
/dports/www/wt/wt-4.6.1/src/Wt/Chart/
H A DWAxis.h440 double labelInterval() const { return labelInterval_; } in labelInterval() function
H A DWAxis.C358 void WAxis::setLabelInterval(double labelInterval) in setLabelInterval()