Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace