Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartArea Class / InnerPlotPosition Property

In This Topic
    InnerPlotPosition Property (ChartArea)
    In This Topic
    Gets or sets the ChartElementPosition object defines a custom position for the inner plot area. If null, automatic positioning will be used.
    Syntax
    'Declaration
     
    Public Property InnerPlotPosition As ChartElementPosition
    public ChartElementPosition InnerPlotPosition {get; set;}
    See Also