MCPcopy Create free account
hub / github.com/Kitware/VTK / UpdateChart

Function UpdateChart

Charts/Core/vtkScatterPlotMatrix.cxx:176–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 void UpdateChart(vtkChart* chart, pimplChartSetting* setting)
177 {
178 if (chart && setting)
179 {
180 vtkPlot* plot = chart->GetPlot(0);
181 if (plot)
182 {
183 plot->SetTooltipNotation(setting->TooltipNotation);
184 plot->SetTooltipPrecision(setting->TooltipPrecision);
185 }
186 }
187 }
188
189 vtkNew<vtkTable> Histogram;
190 bool VisibleColumnsModified;

Callers

nothing calls this directly

Calls 3

GetPlotMethod · 0.45
SetTooltipNotationMethod · 0.45
SetTooltipPrecisionMethod · 0.45

Tested by

no test coverage detected