Table of Contents

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

int

ColumnWidth

Gets/sets the width of a column in the ledgend. Use 0 for automatic determination.

public int ColumnWidth

Field Value

int

FillColor

Gets sets the fill color as Windows color.

public int FillColor

Field Value

int

Font

Gets the font used for the ledgend.

public PolarFont Font

Field Value

PolarFont

RowHeight

Gets/sets the height of a row in the ledgend. Use 0 for automatic determination.

public int RowHeight

Field Value

int

Visible

Gets/sets if the ledgend is visible.

public bool Visible

Field Value

bool

Properties

BorderSpacing

Gets/sets the spacing between the border and the contents of the ledgend.

public int BorderSpacing { get; set; }

Property Value

int

Columns

Gets/sets the number of columns to use.

public int Columns { get; set; }

Property Value

int

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

string

PreviewSize

Gets/sets the size of the 'preview' of the color/blib in pixels.

public int PreviewSize { get; set; }

Property Value

int

PreviewSizeBar

Gets/sets the size of the bar of the preview in pixels.

public int PreviewSizeBar { get; set; }

Property Value

int

Rows

Gets/sets the number of rows to use.

public int Rows { get; set; }

Property Value

int