PPCC Namespace
Specifies the position of the legend

Namespace:  PPCC.Chart
Assembly:  Chart (in Chart.dll)
Version: 5.1.2859.14274

Syntax

C#
public enum LegendPosition
Visual Basic (Declaration)
Public Enumeration LegendPosition
Visual C++
public enum class LegendPosition

Members

Member nameDescription
Top
Draws the legend at the top of the chart area
Left
Draws the legend to the left of the chart area
Right
Draws the legend to the right of the chart area
Bottom
Draws the legend at the bottom of the chart area

See Also