public class ChartLegend : INotifyPropertyChanged,
IDisposablePublic Class ChartLegend
Implements INotifyPropertyChanged, IDisposable| ChartLegend | Initializes a new instance of ChartLegend class. |
| ChartLegend(DataSeriesCollection) | Initializes a new instance of ChartLegend class. |
| 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. |
| Dispose | Releases all resources used by this object. |
| Dispose(Boolean) | Releases all resources used by this object. |
| Equals | Determines 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) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| PropertyChanged | Event rised when property was changed |