다음을 통해 공유


ChartElementPosition 속성

Defines a custom position for the legend.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property ChartElementPosition As ChartElementPosition
    Get
    Set
‘사용 방법
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)