Axis.IsMarksNextToAxis Property
.NET Framework (current version)
Gets or sets a flag that determines whether tick marks and axis labels move with an axis if the crossing point of an axis changes.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public virtual bool IsMarksNextToAxis { get; set; }
Property Value
Type: System.Booleantrue if tick marks and axis labels move with an axis when the crossing point of an axis changes; otherwise, false.
.NET Framework
Available since 4.0
Available since 4.0
Show: