FlexReport for WinForms
GetContentAutoSize メソッド (ChartField)


C1.Win.FlexReport.8 アセンブリ > C1.Win.FlexReport 名前空間 > ChartField クラス : GetContentAutoSize メソッド
Override this method to calculate sizes of object on basis of its content, this method is called when field can grow or shrink vertically and horizontally.
シンタックス
'宣言
 
Protected Overrides Sub GetContentAutoSize( _
   ByRef width As System.Double, _
   ByRef height As System.Double _
) 
'使用法
 
Dim instance As ChartField
Dim width As System.Double
Dim height As System.Double
 
instance.GetContentAutoSize(width, height)
protected override void GetContentAutoSize( 
   out System.double width,
   out System.double height
)

パラメータ

width
height

戻り値の型

Returns size of object in twips.
参照

参照

ChartField クラス
ChartField メンバ