ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / _GlobalLegendOption Class / orientation Property

In This Topic
    orientation Property (_GlobalLegendOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property orientation As Nullable(Of Orientation)
    public Nullable<Orientation> orientation {get; set;}
    See Also