property Graph.Legend as Legend
Gets the control's legend panel.

TypeDescription
Legend A Legend object that defines the control's legend (the legend helps you choose which series to show or hide at runtime)
By default, the control's legend is hidden. The Legend property gets the control's legend panel. The Visible property shows or hides the legend. The Dock property specifies the edge of the container the legend-window is anchored to. The Flow property determines whether the legend objects are arranged from left to right or top to bottom. The Align property specifies the alignment of the legend's content. The Grid property specifies the number of columns or rows that the legend divides its content into. The Reverse property reverses the order of the items within the legend.