[]
Represents the chart legend.
public class C1ChartLegend : ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
| Name | Description |
|---|---|
| C1ChartLegend() | Initializes a new instance of Legend class. |
| Name | Description |
|---|---|
| OrientationProperty | Identifies the Orientation dependency property. |
| OverlapChartProperty | Identifies the OverlapChart dependency property. |
| PositionProperty | Identifies the Position dependency property. |
| TitleProperty | Identifies the Title dependency property. |
| Name | Description |
|---|---|
| Orientation | Gets or sets the layout orientation for the legend. |
| OverlapChart | Gets or sets the value which indicates whether the legend can overlap with the chart. |
| Position | Gets or sets the legend position. The position is relative to the corresponding chart. |
| Title | Gets or sets the legend title. |
| Name | Description |
|---|---|
| ArrangeOverride(Size) | Called to arrange and size the content of a C1ChartLegend object. |
| OnItemsChanged(NotifyCollectionChangedEventArgs) | Invoked when Items property changes. |
| OnPropertyChanged(DependencyPropertyChangedEventArgs) | Invoked whenever dependency property has been updated. |
| OnVisualParentChanged(DependencyObject) | Invoked when visual parent was changed. |