ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IAxis Interface / CrossAt Property

In This Topic
    CrossAt Property (IAxis)
    In This Topic
    Gets the value at which to cross the other axis.
    Syntax
    'Declaration
     
    ReadOnly Property CrossAt As Nullable(Of Double)
    Nullable<double> CrossAt {get;}

    Property Value

    A Nullable specifying the cross at value.
    Remarks
    If this value is omitted, it uses the default value for the chart type.
    See Also