Chart FX 7应用教程:[1]
电脑软件
- 01
名称: Chart FX 7
- 02
大小: 113MB 版本: v8.0 类别: 系统工具 语言: 英文
- 03
应用平台: windows / Mac OS X / Linux
- 04
通常,添加多行标签可以在标签文本上添加换行符 ("\n"),但这样你必须为step属性指定一个值,而Chart FX 7图表则会自动选择一个step,而无需再添加换行符。 Chart FX 7创建多行标签源代码: Chart1.Data.Series = 2; Chart1.Data.Points = 3; Chart1.AxisX.Labels[0] ="line one\n line two\n line three\n line four"; Chart1.AxisX.Labels[1] ="line one\n line two\n line three\n line four"; Chart1.AxisX.Labels[2] ="line one\n line two\n line three\n line four"; Chart1.PlotAreaMargin.Bottom = 300; Chart1.AxisX.Step = 1; Chart1.AxisX.Style = Chart1.AxisX.Style | AxisStyles.NotClipped; 效果图:
赞 (0)