コード例 #1
0
ファイル: XYLabelsPanel.cs プロジェクト: sulerzh/chart
 protected Rect GetChildContentRectangle(AxisLabelControl child, double availableLength)
 {
     return this.GetChildRectangle(child, child.GetLabelContentDesiredSize(), availableLength);
 }
コード例 #2
0
ファイル: XYLabelsPanel.cs プロジェクト: sulerzh/chart
 internal Point MeasureLabelAngleOffset(AxisLabelControl control)
 {
     return this.GetAngleOffsetBySize(control.GetLabelContentDesiredSize(), control.RotationAngle);
 }