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

In This Topic
    MarksAlwaysAtPlotEdge Property
    In This Topic
    Gets or sets a value indicating whether the marks should stay with the edge of the plot area rather than move with the axis.

    Default: False.

    Syntax
    'Declaration
     
    Public Property MarksAlwaysAtPlotEdge As RdlBool
    public RdlBool MarksAlwaysAtPlotEdge {get; set;}
    See Also