Sdílet prostřednictvím


ChartArea.ChartInnerPlotPosition Property

Gets the custom position for the inner plot area.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property ChartInnerPlotPosition As ChartElementPosition 
    Get
'Usage
Dim instance As ChartArea 
Dim value As ChartElementPosition 

value = instance.ChartInnerPlotPosition
public ChartElementPosition ChartInnerPlotPosition { get; }
public:
property ChartElementPosition^ ChartInnerPlotPosition {
    ChartElementPosition^ get ();
}
member ChartInnerPlotPosition : ChartElementPosition
function get ChartInnerPlotPosition () : ChartElementPosition

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartElementPosition
A ChartElementPosition object.

See Also

Reference

ChartArea Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace