ILegend
ILegend interface
表示图表的图例属性。
public interface ILegend : IFormattedTextContainer, ILayoutable
特性
姓名 | 描述 |
---|---|
AsIFormattedTextContainer { get; } | 允许获取基本 IFormattedTextContainer 接口。 只读IFormattedTextContainer 。 |
AsILayoutable { get; } | 允许获取基本的 ILayoutable 接口。 只读ILayoutable 。 |
Entries { get; } | 获取图例条目。 只读ILegendEntryCollection 。 |
Format { get; } | 返回图例的格式。 只读IFormat 。 |
Overlay { get; set; } | 确定是否允许其他图表元素与图例重叠。 读/写Boolean。 |
Position { get; set; } | 指定图例在图表上的位置。 X、Y、Width、Heigt 属性的非 NaN 值会覆盖此属性的效果。 读/写LegendPositionType 。 |
也可以看看
- interface IFormattedTextContainer
- interface ILayoutable
- 命名空间 Aspose.Slides.Charts
- 部件 Aspose.Slides