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)