LegendObject {Microsoft.VisualBasic.Data.ChartPlots.Graphic.Legend} .NET clr documentation

LegendObject

Description

图例

Declare

            
# 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;
}

        

.NET clr type reference tree

  1. use by property member style: LegendStyles

[Package {$package} version {$version} Index]