バージョン 23.1 (最新)

BackgroundImageStyle プロパティ (UltraChart)

チャートの空き領域を埋めるためにチャートの背景画像を引き伸ばすか、タイル状に並べて表示するかを決定します。
シンタックス
public ImageFitStyle BackgroundImageStyle {get; set;}
使用例
'sets the image to use as the background
     UltraChart1.BackgroundImage = New Bitmap("C:\my documents\picture.bmp")
     'determines the style of the image, center, steched, tiled
     UltraChart1.BackgroundImageStyle = Infragistics.UltraChart.Shared.Styles.ImageFitStyle.Centered
'宣言
 
Public Property BackgroundImageStyle As ImageFitStyle
 
// sets the image to use as the background
     UltraChart1.BackgroundImage = new Bitmap("C:\my documents\picture.bmp");
     // determines the style of the image, center, steched, tiled
     UltraChart1.BackgroundImageStyle = Infragistics.UltraChart.Shared.Styles.ImageFitStyle.Centered;
'宣言
 
Public Property BackgroundImageStyle As ImageFitStyle
 
参照