Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
のグラフを使用してい<mx:LineSeries>ます。線の上にカーソルを置くと、データ ポイントが小さな円形の点として表示されます。これらのポイントを常に表示するにはどうすればよいですか?
<mx:LineSeries>
特定のシリーズのデータチップをオフにするには、series.interactiveプロパティをfalseに設定します。
いいえ、あなたが探している
LineChart.showAllDataTips = true;
あなたが探しているのは次のとおりだと思います:
showDataTips="true"