Gets or sets the position of the Legend.
This is a dependency property.
Namespace: Mindscape.PhoneElements.ChartingAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public LegendPosition LegendPosition { get; set; } |
| Visual Basic |
|---|
Public Property LegendPosition As LegendPosition Get Set |
| Visual C++ |
|---|
public: property LegendPosition LegendPosition { LegendPosition get (); void set (LegendPosition value); } |