-
- Downloads
Customize vtkAxis
Make the following methods in vtkAxis virtual so users can customize vtkAxis: GenerateSimpleLabel(), GenerateSprintfLabel(), GenerateLabelFormat(), GenerateLogSpacedLinearTicks() This was originally proposed by a post on http://vtk.1045678.n5.nabble.com/Request-Make-certain-methods-related-to-tick-labels-in-vtkAxis-virtual-td5744594.html with the purpose of allowing the user to use customized axis labels, e.g. for displaying dates or times. Apart from making the above methods virtual it is also required that the user can set the customized axis in a chart. Hence further modifications were necessary in vtkChart, vtkChartXY and vtkChartXYZ to replace the axis created in the chart by the customized axis. Further a change was made to vtkAxis to allow the axis title to be switched off.
Showing
- Charts/Core/vtkAxis.cxx 2 additions, 1 deletionCharts/Core/vtkAxis.cxx
- Charts/Core/vtkAxis.h 13 additions, 4 deletionsCharts/Core/vtkAxis.h
- Charts/Core/vtkChart.cxx 5 additions, 0 deletionsCharts/Core/vtkChart.cxx
- Charts/Core/vtkChart.h 6 additions, 0 deletionsCharts/Core/vtkChart.h
- Charts/Core/vtkChartXY.cxx 37 additions, 0 deletionsCharts/Core/vtkChartXY.cxx
- Charts/Core/vtkChartXY.h 7 additions, 0 deletionsCharts/Core/vtkChartXY.h
- Charts/Core/vtkChartXYZ.cxx 7 additions, 0 deletionsCharts/Core/vtkChartXYZ.cxx
- Charts/Core/vtkChartXYZ.h 7 additions, 0 deletionsCharts/Core/vtkChartXYZ.h
Loading
Please register or sign in to comment