Legend

Legend class

表示图表的图例属性。

public class Legend : DomObject<Chart>, ILegend

特性

姓名描述
Bottom { get; }底部。 只读Single。
Chart { get; }返回图表。 只读IChart
Entries { get; }获取图例条目。 只读ILegendEntryCollection
Format { get; }返回图例的格式。 只读IFormat
Height { get; set; }返回或设置图例高度为图表高度的一部分。 读/写Single。
Overlay { get; set; }确定是否允许其他图表元素与图例重叠。 读/写Boolean。
Position { get; set; }指定图例在图表上的位置。 X、Y、Width、Heigt 属性的非 NaN 值会覆盖此属性的效果。 读/写LegendPositionType
Right { get; }对。 只读Single。
TextFormat { get; }文本格式。 只读IChartTextFormat
Width { get; set; }返回或设置图例的宽度为图表宽度的一部分。 读/写Single。
X { get; set; }返回或设置图例的 x 坐标为图表宽度的一部分。 读/写Single。
Y { get; set; }返回或设置图例的 y 坐标为图表高度的一部分。 读/写Single。

也可以看看