8 references to IsVisibleInLegend
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3169
if(!IsCustomPropertySet(CommonCustomProperties.
IsVisibleInLegend
))
3170
SetAttributeObject(CommonCustomProperties.
IsVisibleInLegend
, true);
5034
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
IsVisibleInLegend
))
5036
return (bool)GetAttributeObject(CommonCustomProperties.
IsVisibleInLegend
);
5046
return (bool)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
IsVisibleInLegend
);
5060
SetAttributeObject(CommonCustomProperties.
IsVisibleInLegend
, value);
6225
return CheckIfSerializationRequired(CommonCustomProperties.
IsVisibleInLegend
);
6704
ResetProperty(CommonCustomProperties.
IsVisibleInLegend
);