[]
The chart legend properties and methods.
[TypeConverter(typeof(c1ChartTypeConverter))]
public class baseChartLegend : baseChartRect, iChartRect
Name | Description |
---|---|
baseChartLegend(baseChartStyle, iChartRect) | Creates a new instance of baseChartLegend class. |
Name | Description |
---|---|
m_col | |
m_colser | |
m_colw | |
m_dx | |
m_hh | |
m_imageWidth | |
m_row | |
m_rowh | |
m_rowser | |
m_seriesInfo |
Name | Description |
---|---|
IsContinious | Gets whether the number of series in a row or column is continuous. |
Name | Description |
---|---|
AdjustRowHeight(int) | Adjustthe row height. |
ClearSeriesInfo() | Reset chart series data to default value. |
DrawEntryLabel(Graphics, Rectangle, string, string) | Draws the entry label. |
DrawHor(Graphics, Rectangle) | Draws a rectangle area based on width. |
DrawVert(Graphics, Rectangle) | Draws a rectangle area based on height. |
GetContentHeight(Graphics, int) | The content height by width. |
GetContentHeightHor(Graphics, int) | The content height by width. |
GetContentHeightVert(Graphics, int) | he content height by width. |
GetContentSize(Graphics, Size) | Calculates the chart content size. |
GetContentWidth(Graphics, int) | Calculates the chart content width. |
GetContentWidthHor(Graphics, int) | Calculates content height. |
GetContentWidthVert(Graphics, int) | Calculates content width by height. |
GetImageWidth(Graphics, int) | Gets the image width. |
GetSeriesInfo() | Gets the chart series data. |