Enumerates all types of a legend box.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration LegendBoxType
C#
public enum LegendBoxType
Visual C++
public enum class LegendBoxType
JavaScript
Nasosoft.Chart.Drawing.LegendBoxType = function();
Nasosoft.Chart.Drawing.LegendBoxType.createEnum('Nasosoft.Chart.Drawing.LegendBoxType', false);

Members

Member nameDescription
InsideChartArea
Inside chart area
OutsideChartArea
Outside chart area

See Also