ChartLegend Class

Represents legend for a chart.

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 ChartLegend : INotifyPropertyChanged, 
	IDisposable
Inheritance
Object    ChartLegend
Implements
INotifyPropertyChanged, IDisposable

Constructors

ChartLegend Initializes a new instance of ChartLegend class.
ChartLegend(DataSeriesCollection) Initializes a new instance of ChartLegend class.

Properties

BulletPlaceWidth Gets or sets the bullet horizontal padding.
BulletSize Gets or sets the size of the bullet.
DataSeries Data source from the chart to which the legend belongs.
Font Gets or sets the font used in chart legend
FontColor Gets or sets the color of the label font.
ItemSize Gets or sets the size of the legend item.
LineChart Gets or sets the line chart, which will be the chart data source for the legend.
Margins Gets or sets the margin of drawing area from the bounds of the container.

Methods

Dispose Releases all resources used by this object.
Dispose(Boolean) Releases all resources used by this object.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Disposes resources used by this class. Calls Dispose(Boolean) method.
(Overrides ObjectFinalize)
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)
Render Renders the legend.
ResetBulletPlaceWidth Sets the BulletPlaceWidth to the default value.
ResetBulletSize Sets the BulletSize to the default value.
ResetFont Sets the Font to the default value.
ResetFontColor Sets the FontColor to the default value.
ResetItemSize Sets the ItemSize to the default value.
ResetMargins Sets the Margins to the default value.
ShouldSerializeBulletPlaceWidth Indicates whether the BulletPlaceWidth property should be serialized by Visual Studio designer.
ShouldSerializeBulletSize Indicates whether the BulletSize property should be serialized by Visual Studio designer.
ShouldSerializeFont Indicates whether the Font property should be serialized by Visual Studio designer.
ShouldSerializeFontColor Indicates whether the FontColor property should be serialized by Visual Studio designer.
ShouldSerializeItemSize Indicates whether the ItemSize property should be serialized by Visual Studio designer.
ShouldSerializeLineChart Indicates whether the LineChart property should be serialized by Visual Studio designer.
ShouldSerializeMargins Indicates whether the Margins property should be serialized by Visual Studio designer.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged Event rised when property was changed

See Also