Class Ledgend
- Namespace
- PolarChart
- Assembly
- PolarChart.dll
This class contains the ledgend for a chart.
public class Ledgend
- Inheritance
-
Ledgend
- Inherited Members
- Extension Methods
Fields
BorderColor
Gets sets the color of the border as Windows color.
public int BorderColor
Field Value
ColumnWidth
Gets/sets the width of a column in the ledgend. Use 0 for automatic determination.
public int ColumnWidth
Field Value
FillColor
Gets sets the fill color as Windows color.
public int FillColor
Field Value
Font
Gets the font used for the ledgend.
public PolarFont Font
Field Value
RowHeight
Gets/sets the height of a row in the ledgend. Use 0 for automatic determination.
public int RowHeight
Field Value
Visible
Gets/sets if the ledgend is visible.
public bool Visible
Field Value
Properties
BorderSpacing
Gets/sets the spacing between the border and the contents of the ledgend.
public int BorderSpacing { get; set; }
Property Value
Columns
Gets/sets the number of columns to use.
public int Columns { get; set; }
Property Value
Position
Gets/sets the position of the ledgend. Use one of: 'N': North/top, 'E': East/left, 'S': South/bottom, 'W': West/right
public string Position { get; set; }
Property Value
PreviewSize
Gets/sets the size of the 'preview' of the color/blib in pixels.
public int PreviewSize { get; set; }
Property Value
PreviewSizeBar
Gets/sets the size of the bar of the preview in pixels.
public int PreviewSizeBar { get; set; }
Property Value
Rows
Gets/sets the number of rows to use.
public int Rows { get; set; }