ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ChartAxis Class / Location Property

In This Topic
    Location Property (ChartAxis)
    In This Topic
    Gets or sets a value indicating whether the axis is drawn on the default side (for example, left for the value axis on a line chart) or on the opposite side.
    Syntax
    'Declaration
     
    Public Property Location As RdlEnum(Of ChartAxisLocation)
    public RdlEnum<ChartAxisLocation> Location {get; set;}
    See Also