ChartArea.ChartInnerPlotPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the custom position for the inner plot area.
public:
property Microsoft::ReportingServices::RdlObjectModel::ChartElementPosition ^ ChartInnerPlotPosition { Microsoft::ReportingServices::RdlObjectModel::ChartElementPosition ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::ChartElementPosition ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.ChartElementPosition ChartInnerPlotPosition { get; set; }
member this.ChartInnerPlotPosition : Microsoft.ReportingServices.RdlObjectModel.ChartElementPosition with get, set
Public Property ChartInnerPlotPosition As ChartElementPosition
Property Value
A ChartElementPosition object.