@font-face
{
fontFamily: "Tahoma";
embedAsCFF: false;
unicode-range:
U+0020-U+0040, /* Punctuation, Numbers */
U+0041-U+005A, /* Upper-Case A-Z */
U+005B-U+0060, /* Punctuation and Symbols */
U+0061-U+007A, /* Lower-Case a-z */
U+007B-U+007E; /* Punctuation and Symbols */
}
.MyTextStyle
{
font-family: Tahoma;
}
1:只有使用嵌入文字时,才能使用 labelRotation属性,
2:可以自动删减canDropLabels
3:自定义labelFunction="categoryAxisLabelFun"
private function categoryAxisLabelFun( item :String, prevValue : Object, axis : CategoryAxis, categoryItem : Object):String
希望对你有帮助!