Click or drag to resize
ChartLegend Class
Legend in Chart, displays the series names or series labels listing.
Inheritance Hierarchy

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ChartLegend : ExtendedLabelCollectionBase

The ChartLegend type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAddCustomItemToLegend
Adds a custom item to Legend
Top
Properties
  NameDescription
Public propertyBackgroundComplexSettings
Public propertyBackgroundFillMode
Specifies which of fill styles (Hatch, Solid, Image, Gradient) should be used
Public propertyBackgroundGradientMode
Specifies the Linear gradient fill mode
Public propertyBackgroundMainColor
Gets and sets the main color of figure background
Public propertyBackgroundSecondColor
Gets and sets the second color of figure background
Public propertyHeight
Specifies the height property
Public propertyIsAutoSize
Gets and sets Auto sizing mode
Public propertyItem
Gets a label item according to index position
(Overrides ExtendedLabelCollectionBaseItemInt32.)
Public propertyLegendDisplayType
Display type of legend
Public propertyWidth
Specifies the width property
Top
See Also