Version

LegendItemBadgeShape Enumeration

Describes the type of legend badge that represents a series in a legend
Syntax
'Declaration
 
Public Enum LegendItemBadgeShape 
   Inherits System.Enum
public enum LegendItemBadgeShape : System.Enum 
Members
MemberDescription
AutomaticSpecifies automatic badge with best match of series type, e.g. Square badge for Area Series, Line badge for Line Series etc.
BarSpecifies a thick horizontal bar in a legend
CircleSpecifies a circle badge in a legend
ColumnSpecifies a thick vertical column in a legend
HiddenSpecifies hidden badge in a legend, next to the series title
LineSpecifies a thin line badge in a legend
MarkerSpecifies a marker badge in a legend (if series supports markers otherwise a circle badge)
SquareSpecifies a square badge in a legend
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also