Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
'Declaration Public Sub SetMajorShowAtWall( _ ByVal wall As ChartWallType, _ ByVal show As Boolean _ )
'Usage Dim instance As Axis Dim wall As ChartWallType Dim show As Boolean instance.SetMajorShowAtWall(wall, show)
public void SetMajorShowAtWall( ChartWallType wall, bool show )
For the vertical axes allowed chart walls are the vertical walls.
For the horizontal axes allowed chart walls are the back, front and floor walls.
For the depth axes allowed chart walls are the left, rigth and floor walls.
Chart.Axis(StandardAxis.PrimaryY).SetMajorShowAtWall(ChartWallType.Right, True)
Chart.Axis(StandardAxis.PrimaryY).SetMajorShowAtWall(ChartWallType.Right, true);
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Axis Class Axis Members