1 write to _name
System.Web.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
514
this.
_name
= name;
8 references to _name
System.Web.DataVisualization (8)
Common\Converters\CustomAttributesConverters.cs (8)
531
if(this.
_name
== "UserDefined")
540
string stringValue = customAttr.DataPointCustomProperties[this.
_name
];
569
ValidateValue(this.
_name
, value);
576
if( this.
_name
== "UserDefined" )
589
!((DataPoint)customAttr.DataPointCustomProperties).series.IsCustomPropertySet(this.
_name
) )
592
if(customAttr.DataPointCustomProperties.IsCustomPropertySet(this.
_name
))
594
customAttr.DataPointCustomProperties.DeleteCustomProperty(this.
_name
);
603
customAttr.DataPointCustomProperties[this.
_name
] = stringValue;