Home
last modified time | relevance | path

Searched refs:setXAxisMax (Results 1 – 3 of 3) sorted by relevance

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DwxMolGraph.h286 void setXAxisMax(double val);
H A DwxMolGraph.cpp268 void wxMolGraph::setXAxisMax(double val) { in setXAxisMax() function in wxMolGraph
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/userguide/java/org/apache/commons/math3/userguide/
H A DRealDistributionComparison.java125 chart.getStyleManager().setXAxisMax(maxX); in createChart()