7 references to VerticalCenter
System.Windows.Forms.DataVisualization (7)
Common\ChartTypes\PieChart.cs (2)
3325
brush = graph.GetGradientBrush(graph.GetAbsoluteRectangle(area.Position.ToRectangleF()), Color.FromArgb(brushWithoutLight.Color.A, 0, 0, 0), brushWithoutLight.Color, GradientStyle.
VerticalCenter
);
3837
brush = graph.GetGradientBrush(graph.GetAbsoluteRectangle(area.Position.ToRectangleF()), Color.FromArgb(brushWithoutLight.Color.A, 0, 0, 0), brushWithoutLight.Color, GradientStyle.
VerticalCenter
);
Common\General\ChartGraphics.cs (3)
464
if( type == GradientStyle.LeftRight || type == GradientStyle.
VerticalCenter
)
484
|| type == GradientStyle.HorizontalCenter || type == GradientStyle.
VerticalCenter
)
496
else if( type == GradientStyle.
VerticalCenter
)
Common\General\Legend.cs (2)
4588
GradientStyle.
VerticalCenter
,
4627
GradientStyle.
VerticalCenter
,