10 references to elementSpacing
System.Windows.Forms.DataVisualization (10)
Common\General\Axis.cs (8)
1816float titleSizeWithoutSpacing = this.titleSize - elementSpacing; 3429this.titleSize += elementSpacing; 3994this.labelSize = elementSpacing + GetRequiredLabelSize(chartGraph, 4000this.labelSize = elementSpacing + GetRequiredLabelSize(chartGraph, 4006this.labelSize -= elementSpacing; 4844float spacing = graph.GetAbsolutePoint(new PointF(0, this.markSize + Axis.elementSpacing)).Y; 5422(maxElementSize - this.totlaGroupingLabelsSize - otherElementsSize - elementSpacing); 5427(maxElementSize - this.totlaGroupingLabelsSize - otherElementsSize - elementSpacing);
Common\General\ChartArea.cs (1)
2581 float spacing = chartGraph.GetAbsolutePoint(new PointF(0, this.AxisX.markSize + Axis.elementSpacing)).Y;
Common\General\Label.cs (1)
1166labelRelativePosition.Y -= _axis.markSize + Axis.elementSpacing;