Reference > Style examples > Inside Labels

Inside Labels

Either X or Y axis labels may be written inside the chart area


sp.YAxisStyle = YAxisStyles.GridLines|YAxisStyles.RightAxis|YAxisStyles.InsideLabels|YAxisStyles.AboveGrid;
sp.YTickStyle = YTickStyles.NoTicks;

This style would normally be combined with ‘AboveGrid’ in the Y-Axis case or with ‘Middle’ in the X-Axis case to avoid the labels colliding with gridlines.


Send comments on this topic
© Dyalog Ltd 2013