Share via


ChartLegend.ChartElementPosition Property

Defines a custom position for the legend.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ChartElementPosition As ChartElementPosition
    Get
    Set
'Usage
Dim instance As ChartLegend
Dim value As ChartElementPosition

value = instance.ChartElementPosition

instance.ChartElementPosition = value
public ChartElementPosition ChartElementPosition { get; set; }
public:
property ChartElementPosition^ ChartElementPosition {
    ChartElementPosition^ get ();
    void set (ChartElementPosition^ value);
}
member ChartElementPosition : ChartElementPosition with get, set
function get ChartElementPosition () : ChartElementPosition
function set ChartElementPosition (value : ChartElementPosition)