1 write to properties
System.Web.DataVisualization (1)
Common\DataManager\DataPoint.cs (1)
4780
properties
= newAttributes;
74 references to properties
System.Web.DataVisualization (74)
Common\DataManager\DataPoint.cs (72)
2355
foreach(object key in this.
properties
.Keys)
2357
clonePoint.
properties
.Add(key, this.
properties
[key]);
2882
return
properties
.ContainsKey(name);
2892
return
properties
.ContainsKey((int)property);
2917
properties
.Remove(name);
2933
properties
.Remove((int)property);
2960
return (string)series.EmptyPointStyle.
properties
[name];
2964
return (string)series.
properties
[name];
2973
return (string)
properties
[name];
3011
return
properties
[(int)attrib];
3015
if(
properties
.Count == 0 || !IsCustomPropertySet(attrib))
3029
return series.EmptyPointStyle.
properties
[(int)attrib];
3033
return series.
properties
[(int)attrib];
3038
return Series.defaultCustomProperties.
properties
[(int)attrib];
3041
return
properties
[(int)attrib];
3051
properties
[name] = propertyValue;
3061
properties
[(int)attrib] = attributeValue;
3075
properties
.Clear();
3176
properties
.Clear();
3193
foreach(object key in
properties
.Keys)
3229
return (string)series.EmptyPointStyle.
properties
[name];
3232
return (string)series.
properties
[name];
3234
return (string)
properties
[name];
3238
properties
[name] = value;
3261
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.Label))
3319
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.AxisLabel))
3384
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelFormat))
3441
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.IsValueShownAsLabel))
3494
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.Color))
3556
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BorderColor))
3606
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BorderDashStyle))
3657
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BorderWidth))
3713
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BackImage))
3773
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BackImageWrapMode))
3830
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BackImageTransparentColor))
3882
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BackImageAlignment))
3934
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BackGradientStyle))
3987
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BackSecondaryColor))
4039
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BackHatchStyle))
4090
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.Font))
4143
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelForeColor))
4201
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelAngle))
4258
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerStyle))
4316
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerSize))
4369
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerImage))
4429
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerImageTransparentColor))
4483
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerColor))
4537
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerBorderColor))
4591
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerBorderWidth))
4683
for(int i =
properties
.Count - 1; i >= 0; i--)
4701
if(customAttribute &&
properties
[attributeName] != null)
4707
string attributeValue =
properties
[attributeName].ToString().Replace(",", "\\,");
4732
newAttributes[(int)val] =
properties
[(int)val];
4822
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.ToolTip))
4876
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.Url))
4926
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MapAreaAttributes))
4965
if (
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.PostBackValue))
5034
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.IsVisibleInLegend))
5094
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LegendText))
5152
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LegendToolTip))
5200
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelBackColor))
5259
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelBorderColor))
5316
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelBorderDashStyle))
5368
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelBorderWidth))
5439
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelToolTip))
5493
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LegendUrl))
5546
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LegendMapAreaAttributes))
5586
if (
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LegendPostBackValue))
5649
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelUrl))
5701
if(
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelMapAreaAttributes))
5741
if (
properties
.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelPostBackValue))
Common\Utilities\XmlSerializer.cs (2)
1627
foreach (DictionaryEntry entry in dataPoint.
properties
)
2497
foreach (DictionaryEntry entry in dataPoint.
properties
)