FlexReport for WinForms
Use3D プロパティ (Chart2DGroup)


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > Chart2DGroup クラス : Use3D プロパティ
Gets or sets a value indicating whether 3D effects are used for charting the data in the Chart2DGroup.
シンタックス
'宣言
 
Public Property Use3D As System.Boolean
'使用法
 
Dim instance As Chart2DGroup
Dim value As System.Boolean
 
instance.Use3D = value
 
value = instance.Use3D
public System.bool Use3D {get; set;}
解説
If Chart2DView3D data contains non-zero values for Depth, Rotation and Elevation, 3D effects are added to various charts, including Area, Bar, Pie and XYPlot charts. However, the Use3D property for a Chart2DGroup can override the use of 3D effects, allowing one group to be presented with 3D effects and the other group to be charted without 3D effects.
参照

参照

Chart2DGroup クラス
Chart2DGroup メンバ