Reports for WPF
Chart.FillTypeEnum 列挙体

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields 名前空間 : Chart.FillTypeEnum 列挙体
Specifies how data shapes are filled.
シンタックス
'宣言
 
Public Enum Chart.FillTypeEnum 
   Inherits System.Enum
public enum Chart.FillTypeEnum : System.Enum 
メンバ
メンバ解説
GradientA two color gradient is used to fill using Color1 and Color2 with a pattern enumerated by the Chart.GradientStyleEnum./>.
HatchA two color hatch pattern is used to fill using Color1 and Color2 with a pattern enumerated by the Chart.HatchStyleEnum./>.
SolidColorSolid color is used for filling using Color1.
TextureA texture is created by tiling the specified Image of the FillStyle.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.CustomFields.Chart.FillTypeEnum

参照

C1.C1Report.CustomFields 名前空間