Ejemplo n.º 1
0
 protected Rect GetChildContentRectangle(AxisLabelControl child, double availableLength)
 {
     return this.GetChildRectangle(child, child.GetLabelContentDesiredSize(), availableLength);
 }
Ejemplo n.º 2
0
 internal Point MeasureLabelAngleOffset(AxisLabelControl control)
 {
     return this.GetAngleOffsetBySize(control.GetLabelContentDesiredSize(), control.RotationAngle);
 }