Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
648 views

How do I use TeX/LaTeX formatting for custom data tips in MATLAB?

I'm trying to annotate a polar plot with data tips labelled with 'R:...,Theta:...' where theta is actually the Greek symbol, rather than the word spelled out. I'm familiar with string formatting using ...
1
vote
2answers
1k views

flex chart hide a datatip

We get data from multiple feeds and data may or may not exist for a certain date. So, for points that have no data we send NaN. Question: In the below code , is there a way to not show datatip for ...
1
vote
2answers
1k views

Drawing a custom label on a pie chart in Yahoo's Flash Library ASTRA

Has anyone looked at Yahoo's ASTRA? It's fairly nifty, but I had some issues creating a custom label for a pie chart. They have an example for a line chart, which overrides an axis's series's label ...
0
votes
1answer
64 views

Flex HSlider Data tip function

Hi I'm trying to pass in a function to change the tool tip for a HSlider in flex 4 but I keep getting the following error no matter how I try defining the function: Error #1006: value is not a ...
0
votes
0answers
59 views

Positioning a datatip on a datagrid

I have a custom datagrid actionscript component that dynamically controls which columns are displayed based on the width of the datagrid. When the mouse is over a particular row, all the data for that ...