Legend

Contents
[ ]

legend

Encapsulates the object that represents the chart legend.

Property Name Property Type Nullable ReadOnly DefaultValue Description
Position String True False Gets or sets the legend position type.
LegendEntries Class:LinkElement True False Gets a collection of all the LegendEntry objects in the specified chart legend. Setting the legend entries of the surface chart is not supported. So it will return null if the chart type is surface chart type.
Area Class:Area True False
AutoScaleFont Boolean True False
BackgroundMode String True False
Border Class:Line True False
Font Class:Font True False
IsAutomaticSize Boolean True False
IsInnerMode Boolean True False
Shadow Boolean True False
Width Integer True False
Height Integer True False
X Integer True False
Y Integer True False

Parent Name : ChartFrame