Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartGridLines Class
Properties Methods


In This Topic
    ChartGridLines Class Members
    In This Topic

    The following tables list the members exposed by ChartGridLines.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ChartAxis class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the grid lines should be shown.

    Default is Auto, which means true for major grid lines and false for minor grid lines.

     
    Public PropertyGets or sets the interval between gridlines.

    Default (0) uses Interval.

     
    Public PropertyGets or sets the offset for the first grid line from the axis min.

    Default (0) uses IntervalOffset.

     
    Public PropertyGets or sets the units for the IntervalOffset.

    Default: ChartAxisIntervalType.Default, in which case ChartAxis.IntervalOffsetType is used.

     
    Public PropertyGets or sets units for the Interval.

    Default: ChartAxisIntervalType.Default, in which case ChartAxis.IntervalType is used.

     
    Public PropertyGets the Style object defining the style of the grid lines.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another ChartGridLines to the current object.  
    Top
    See Also