43 references to LegendSeparatorStyle
System.Web.DataVisualization (43)
Common\General\Legend.cs (41)
328
private
LegendSeparatorStyle
_titleSeparator =
LegendSeparatorStyle
.None;
334
private
LegendSeparatorStyle
_headerSeparator =
LegendSeparatorStyle
.None;
340
private
LegendSeparatorStyle
_itemColumnSeparator =
LegendSeparatorStyle
.None;
2454
if(legendItem.SeparatorType !=
LegendSeparatorStyle
.None &&
2490
if(this.ItemColumnSeparator !=
LegendSeparatorStyle
.None)
2976
DefaultValue(typeof(
LegendSeparatorStyle
), "None"),
2979
public
LegendSeparatorStyle
HeaderSeparator
3026
DefaultValue(typeof(
LegendSeparatorStyle
), "None"),
3029
public
LegendSeparatorStyle
ItemColumnSeparator
3914
DefaultValue(typeof(
LegendSeparatorStyle
), "None"),
3917
public
LegendSeparatorStyle
TitleSeparator
4108
this.ItemColumnSeparator !=
LegendSeparatorStyle
.None)
4216
if(this.HeaderSeparator ==
LegendSeparatorStyle
.Line || this.HeaderSeparator ==
LegendSeparatorStyle
.DoubleLine)
4333
if(this.TitleSeparator ==
LegendSeparatorStyle
.Line || this.TitleSeparator ==
LegendSeparatorStyle
.DoubleLine)
4344
this.TitleSeparator !=
LegendSeparatorStyle
.None)
4372
internal Size GetSeparatorSize(
LegendSeparatorStyle
separatorType)
4376
if(separatorType ==
LegendSeparatorStyle
.None)
4380
else if(separatorType ==
LegendSeparatorStyle
.Line)
4384
else if(separatorType ==
LegendSeparatorStyle
.DashLine)
4388
else if(separatorType ==
LegendSeparatorStyle
.DotLine)
4392
else if(separatorType ==
LegendSeparatorStyle
.ThickLine)
4396
else if(separatorType ==
LegendSeparatorStyle
.DoubleLine)
4400
else if(separatorType ==
LegendSeparatorStyle
.GradientLine)
4404
else if(separatorType ==
LegendSeparatorStyle
.ThickGradientLine)
4429
LegendSeparatorStyle
separatorType,
4445
if(separatorType ==
LegendSeparatorStyle
.Line)
4469
else if(separatorType ==
LegendSeparatorStyle
.DashLine)
4493
else if(separatorType ==
LegendSeparatorStyle
.DotLine)
4517
else if(separatorType ==
LegendSeparatorStyle
.ThickLine)
4540
else if(separatorType ==
LegendSeparatorStyle
.DoubleLine)
4575
else if(separatorType ==
LegendSeparatorStyle
.GradientLine)
4614
else if(separatorType ==
LegendSeparatorStyle
.ThickGradientLine)
5227
private
LegendSeparatorStyle
_separatorType =
LegendSeparatorStyle
.None;
5937
DefaultValue(typeof(
LegendSeparatorStyle
), "None"),
5940
public
LegendSeparatorStyle
SeparatorType
Common\General\LegendColumns.cs (2)
1456
LegendItem.SeparatorType !=
LegendSeparatorStyle
.None)
1543
LegendItem.SeparatorType !=
LegendSeparatorStyle
.None)