DesignForms
TGraph_Legend Class Reference

Graph legend More...

Inherits Graph_Object.

Public Attributes

double SpacingX
 Horizontal/vertical distance between legend and the border of the graph More...
 
bool Visible = false
 Sets the visibility of the legend More...
 
Font Font = new Font("Arial", 10)
 Font used to render texts of the legend More...
 
Brush BackBrush
 Brush used for legend background More...
 
Pen BorderPen = new Pen(Color.Black, 0)
 Pen used for legend border More...
 
ContentAlignment Alignment = ContentAlignment.TopLeft
 Position of the legend in the graph rectangle More...
 

Properties

Color BackColor [get, set]
 Color of the legend background More...
 

Detailed Description

Graph legend

Member Data Documentation

ContentAlignment Alignment = ContentAlignment.TopLeft

Position of the legend in the graph rectangle

Brush BackBrush

Brush used for legend background

Pen BorderPen = new Pen(Color.Black, 0)

Pen used for legend border

Font Font = new Font("Arial", 10)

Font used to render texts of the legend

double SpacingX

Horizontal/vertical distance between legend and the border of the graph

bool Visible = false

Sets the visibility of the legend

Property Documentation

Color BackColor
getset

Color of the legend background