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

In This Topic
    AlignOrientation Property
    In This Topic
    Gets or sets a value indicating in which directions the chart area should be aligned with the target chart area. Ignored if AlignWithChartArea is not set.
    Syntax
    'Declaration
     
    Public ReadOnly Property AlignOrientation As RdlEnum(Of ChartAlignOrientation)
    public RdlEnum<ChartAlignOrientation> AlignOrientation {get;}
    See Also