2 references to IDataPointCustomPropertiesProvider
System.Web.DataVisualization (2)
Common\Converters\CustomAttributesConverters.cs (2)
133
else if (context.Instance is
IDataPointCustomPropertiesProvider
)
135
CustomProperties newAttributes = new CustomProperties(((
IDataPointCustomPropertiesProvider
)context.Instance).DataPointCustomProperties);