Class HeatMapColumnHeaderCellPaintedEventArgs
Event arguments used in the Header
Inheritance
System.Object
System.EventArgs
HeatMapColumnHeaderCellPaintedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class HeatMapColumnHeaderCellPaintedEventArgs : HeatMapHeaderCellPaintedEventArgs
Constructors
HeatMapColumnHeaderCellPaintedEventArgs(CellIndex, Graphics, RectangleF)
Event arguments used in the Header
Declaration
public HeatMapColumnHeaderCellPaintedEventArgs(CellIndex cellIndex, Graphics graphics, RectangleF bounds)
Parameters
Cell The index of the column cell. |
System. The graphics object. |
System. The paint bounds. |