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

In This Topic
    column Property (_PlotAreaOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property column As Nullable(Of Integer)
    public Nullable<int> column {get; set;}
    See Also