LegendItemShape Class

Represents visual structure of a chart legend item.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public class LegendItemShape : Shape
Inheritance
Object    Shape    LegendItemShape

Constructors

LegendItemShape Initializes a new instance of LegendItemShape class.
LegendItemShape(Color, String) Initializes a new instance of LegendItemShape class.
LegendItemShape(Size, Int32, Font, Color, Color, String) Initializes a new instance of LegendItemShape class.

Properties

Bounds Gets or sets the bounds of the shape.
(Overrides ShapeBounds)
Brush Gets or sets the brush of the shape.
(Inherited from Shape)
Bullet Gets or sets the bullet shape of the legend item.
BulletPlaceWidth Gets or sets the width of the space for the bullet.
Center Gets or sets the center coordinates of the shape.
(Inherited from Shape)
Color Gets or sets the color of the bullet.
Font Gets or sets the font of a legend item label.
FontColor Gets or sets the color of the label font.
ShapeColor Gets or sets the color of the shape.
(Inherited from Shape)
Size Gets or sets the size of the legend item.
Text Gets or sets the text of the legend item label.

Methods

Dispose Releases all resources used by this object.
(Inherited from Shape)
Dispose(Boolean) Releases all resources used by this object.
(Overrides ShapeDispose(Boolean))
Draw Draws the legend item.
(Overrides ShapeDraw(Graphics))
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Destructor for this class. Disposes resources used by this class.
(Inherited from Shape)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnPropertyChanged Fires PropertyChanged event.
(Inherited from Shape)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged Raised whenever a value of a property changes.
(Inherited from Shape)

See Also