public FoldChangeBarGraph() { InitializeComponent(); zedGraphControl.GraphPane.Title.Text = null; zedGraphControl.MasterPane.Border.IsVisible = false; zedGraphControl.GraphPane.Border.IsVisible = false; zedGraphControl.GraphPane.Chart.Border.IsVisible = false; zedGraphControl.GraphPane.XAxis.MajorTic.IsOpposite = false; zedGraphControl.GraphPane.YAxis.MajorTic.IsOpposite = false; zedGraphControl.GraphPane.XAxis.MinorTic.IsOpposite = false; zedGraphControl.GraphPane.YAxis.MinorTic.IsOpposite = false; _axisLabelScaler = new AxisLabelScaler(zedGraphControl.GraphPane); }
protected SummaryBarGraphPaneBase(GraphSummary graphSummary) : base(graphSummary) { _axisLabelScaler = new AxisLabelScaler(this); }