[]
Represents the legend of the chart.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DLegend : baseChartLegend, iChartRect
| Name | Description |
|---|---|
| Compass | Gets or sets the general positioning of the legend. |
| FormatString | Gets or sets the legend format string for numerical values. |
| IsContinious | Gets whether the number of series in a row or column is continuous. |
| Orientation | Gets or sets the orientation of the legend entries. |
| Separator | Gets or sets the separator between range values of a stepped legend. |
| Style | Gets the legend style. |
| Type | Gets or sets legend type. |
| Visible | Gets or sets legend visibility. |
| Name | Description |
|---|---|
| AdjustRowHeight(int) | Adjustthe row height. |
| GetContentHeightVert(Graphics, int) | he content height by width. |
| GetContentWidthHor(Graphics, int) | Calculates content height. |
| GetImageWidth(Graphics, int) | Gets the image width. |
| GetSeriesInfo() | Gets the chart series data. |
| RectFromSeries(int) | Gets the minimal Rectangle that circumscribes the specified series entry in the legend. |
| SeriesFromCoord(int, int, ref int) | Gets the index of the legend series entry closest to the specified coordinates. |