The title offset allows you to indent the title from the scale labels and ticks by a given amount. The following code will indent the label 10 dips away from the nearest scale decoration (label or tick):
C# |
Copy Code
|
---|---|
axis.Scale.Title.Offset = 10; |