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

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