Hi.
How can i change the distance between a CategoricalAxis and its label ?
( my chartview have two horizontalAxis. the top one have this gap problem )
CategoricalAxis gregorianAxis = new CategoricalAxis();gregorianAxis.LabelFitMode = AxisLabelFitMode.Rotate;gregorianAxis.LabelRotationAngle = 60;gregorianAxis.ClipLabels = false;gregorianAxis.VerticalLocation = AxisVerticalLocation.Top;mySerie.HorizontalAxis = gregorianAxis;