var yAxis = new NumericYAxis(); var xAxis = new CategoryXAxis(); xAxis.Label = "Date"; xAxis.LabelLocation = AxisLabelsLocation.OutsideBottom; xAxis.LabelAngle = 45; xAxis.LabelExtent = 40; yAxis.LabelLocation = AxisLabelsLocation.OutsideRight; yAxis.LabelAngle = -30; yAxis.LabelExtent = 40;