LegendObject {Microsoft.VisualBasic.Data.ChartPlots.Graphic.Legend} | .NET clr documentation |
图例
# namespace Microsoft.VisualBasic.Data.ChartPlots.Graphic.Legend
export class LegendObject {
# The color of the legend LegendObject.style shape.
color: string;
# CSS expression, which can be parsing by CSSFont, drawing font of LegendObject.title
fontstyle: string;
# The shape of this legend
style: LegendStyles;
# The legend label
title: string;
}
style
: LegendStyles