9 references to ToolTip
System.Windows.Forms.DataVisualization (9)
Common\DataManager\DataPoint.cs (8)
3081 if(!IsCustomPropertySet(CommonCustomProperties.ToolTip)) 3082 SetAttributeObject(CommonCustomProperties.ToolTip, ""); 4807 SetAttributeObject(CommonCustomProperties.ToolTip, value); 4822 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.ToolTip)) 4824 return (String)GetAttributeObject(CommonCustomProperties.ToolTip); 4834 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.ToolTip); 6122 return CheckIfSerializationRequired(CommonCustomProperties.ToolTip); 6595 ResetProperty(CommonCustomProperties.ToolTip);
Common\General\ChartGraphics.cs (1)
1572string oldToolTip = point.IsCustomPropertySet( CommonCustomProperties.ToolTip) ? point.ToolTip : null;