MCPcopy Create free account
hub / github.com/MITK/MITK / SetAxisTitle

Method SetAxisTitle

Modules/QtWidgetsExt/src/QmitkPlotWidget.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void QmitkPlotWidget::SetAxisTitle(int axis, const char *title)
87{
88 m_Plot->setAxisTitle(axis, title);
89}
90
91bool QmitkPlotWidget::SetCurveData(unsigned int curveId,
92 const QmitkPlotWidget::DataVector &xValues,

Callers 3

RenderPlotMethod · 0.80
PlotPointSetMethod · 0.80

Calls

no outgoing calls

Tested by 1

RenderPlotMethod · 0.64