14 references to LegendTableStyle
System.Web.DataVisualization (14)
Common\General\Legend.cs (14)
245
private
LegendTableStyle
_legendTableStyle =
LegendTableStyle
.Auto;
1284
LegendTableStyle
tableStyle = this.GetLegendTableStyle(chartGraph);
1289
if(tableStyle ==
LegendTableStyle
.Tall)
1461
else if(tableStyle ==
LegendTableStyle
.Wide)
2950
DefaultValue(
LegendTableStyle
.Auto),
2958
public
LegendTableStyle
TableStyle
4683
private
LegendTableStyle
GetLegendTableStyle(ChartGraphics chartGraph)
4685
LegendTableStyle
style = this.TableStyle;
4686
if(this.TableStyle ==
LegendTableStyle
.Auto)
4695
return
LegendTableStyle
.Tall;
4699
return
LegendTableStyle
.Wide;
4709
return
LegendTableStyle
.Tall;
4713
return
LegendTableStyle
.Wide;