HasK.Controls.Graph.ChartRectObject.GetRealRect C# (CSharp) Method

GetRealRect() public abstract method

Chart will calls this method to determine visible bounds of object with given view scale and graphics
public abstract GetRealRect ( Graphics g, double view_scale ) : DRect
g System.Drawing.Graphics Current Graphics object, use it for MeasureStringWidth or something else
view_scale double Current view scale of chart
return DRect
        public abstract DRect GetRealRect(Graphics g, double view_scale);
        /// <summary>