Propriedade do RDL ChartElementPosition

Gets the custom position for the chart area.

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

Sintaxe

'Declaração
Public Property ChartElementPosition As ChartElementPosition
    Get
    Set
'Uso
Dim instance As ChartArea
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)