6 references to LeftRight
System.Windows.Forms.DataVisualization (6)
Common\General\ChartGraphics.cs (6)
464
if( type == GradientStyle.
LeftRight
|| type == GradientStyle.VerticalCenter )
482
if( type == GradientStyle.TopBottom || type == GradientStyle.
LeftRight
2863
(isVertical) ? GradientStyle.
LeftRight
: GradientStyle.TopBottom,
2890
(isVertical) ? GradientStyle.
LeftRight
: GradientStyle.TopBottom,
2989
(isVertical) ? GradientStyle.TopBottom : GradientStyle.
LeftRight
,
3017
(isVertical) ? GradientStyle.TopBottom : GradientStyle.
LeftRight
,