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

In This Topic
    CrossAt Property
    In This Topic
    Gets or sets the value (that evaluates to a double or to a DateTime) at which to cross the other axis. If null (or error in expression), uses the default behavior for the chart type. Overrides Location.
    Syntax
    'Declaration
     
    Public Property CrossAt As RdlObject
    public RdlObject CrossAt {get; set;}
    See Also