Enumerates all types of a legend box.
Namespace:
Nasosoft.Chart.DrawingAssembly: 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 name | Description | |
|---|---|---|
| InsideChartArea |
Inside chart area
| |
| OutsideChartArea |
Outside chart area
|
