1 write to LabelToolTip
System.Windows.Forms.DataVisualization (1)
Common\DataManager\DataPoint.cs (1)
2016 this.LabelToolTip = stringValue;
4 references to LabelToolTip
System.Windows.Forms.DataVisualization (4)
Common\General\Chart.cs (2)
3753 series.LabelToolTip.Length > 0) 3773 point.LabelToolTip.Length > 0)
Common\General\ChartGraphics.cs (1)
1579 point.ToolTip = point.LabelToolTip;
Common\General\ChartRenderingEngine.cs (1)
636 string tooltip = (labelRegion) ? point.LabelToolTip : point.ToolTip;