FlexReport for WinForms
ChartLightShape 列挙体


C1.Win.FlexReport.4.5.2 アセンブリ > C1.Win.FlexReport.Chart 名前空間 : ChartLightShape 列挙体
視覚効果スタイルのライトの形状を指定します。
シンタックス
'宣言
 
Public Enum ChartLightShape 
   Inherits System.Enum
'使用法
 
Dim instance As ChartLightShape
public enum ChartLightShape : System.Enum 
メンバ
メンバ解説
Edgeライト効果がオブジェクトの端近くに偏って適用されます。この形状では、LightGradient は常に楕円になります。
Ellipseライトグラデーション効果がオブジェクトの中心から外縁に向かって進みます。LightStyle の Shift プロパティと Size プロパティを使用して、楕円の中心とサイズを調整できます。
Rectangleライトグラデーション効果がオブジェクトの一方の端からもう一方の端に向かって進みます。LightStyle の Scale プロパティを使用して、オブジェクト内のグラデーション周期の長さを調整できます。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.Chart.ChartLightShape

参照

C1.Win.FlexReport.Chart 名前空間