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

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