MantisBT - VTK
View Issue Details
0012134VTK(No Category)public2011-04-28 20:472013-04-05 20:25
Xiaofeng Z 
Marcus D. Hanwell 
normalfeaturealways
closedfixed 
 
 
0012134: Expose ToolTip property of vtkChartXY and selected properties of the vtkTooltipItem
It would be desirable to be able to customize the appearance of the vtkChartXY's tooltip. For example, a semi-transparent tool tip is very aesthetically attractive. Currently it not possible to customize the tool tip because the ToolTip property of vtkChartXY class as well as most properties of vtkTooltipItem is not exposed. It would be nice some of these properties are exposed.
No tags attached.
Issue History
2011-04-28 20:47Xiaofeng ZNew Issue
2011-04-28 21:14Marcus D. HanwellAssigned To => Marcus D. Hanwell
2011-04-28 21:14Marcus D. HanwellStatusbacklog => tabled
2011-05-01 12:41Marcus D. HanwellNote Added: 0026293
2011-05-01 12:41Marcus D. HanwellStatustabled => @80@
2011-05-01 12:41Marcus D. HanwellResolutionopen => fixed
2011-06-16 13:12Zack GalbreathCategoryDevelopment => (No Category)
2013-04-05 20:25Berk GeveciStatuscustomer review => closed

Notes
(0026293)
Marcus D. Hanwell   
2011-05-01 12:41   
Commit 3b06a04 addresses this issue in vtkChartXY, and commit d33410c exposes a little more of the API for you to play with (largely just vtkTextProperty, in addition to the already exposed vtkPen and vtkBrush).