Table of Contents

Class OdfChart3DOptions

Namespace
OdfKit.Chart
Assembly
OdfKit.dll

Describes practical 3D chart appearance settings. 描述實務常用的 3D 圖表外觀設定。

public sealed class OdfChart3DOptions
Inheritance
OdfChart3DOptions
Inherited Members

Constructors

OdfChart3DOptions()

public OdfChart3DOptions()

Properties

AngleOffset

Gets or sets the chart angle offset. 取得或設定圖表角度偏移。

public int? AngleOffset { get; set; }

Property Value

int?

Enabled

Gets or sets whether 3D rendering is enabled. 取得或設定是否啟用 3D 呈現。

public bool Enabled { get; set; }

Property Value

bool

FloorStyle

Gets or sets the optional floor surface style. 取得或設定選用的地板表面樣式。

public OdfChartSurfaceStyle? FloorStyle { get; set; }

Property Value

OdfChartSurfaceStyle

LightingMode

Gets or sets whether double-sided lighting mode is enabled. 取得或設定是否啟用雙面光照模式。

public bool? LightingMode { get; set; }

Property Value

bool?

Lights

Gets the light sources to write into the chart plot area. 取得要寫入圖表繪圖區的光源清單。

public IList<OdfChartLightRequest> Lights { get; }

Property Value

IList<OdfChartLightRequest>

Projection

Gets or sets the 3D projection mode. 取得或設定 3D 投影模式。

public OdfDr3dProjection? Projection { get; set; }

Property Value

OdfDr3dProjection?

WallStyle

Gets or sets the optional wall surface style. 取得或設定選用的牆面表面樣式。

public OdfChartSurfaceStyle? WallStyle { get; set; }

Property Value

OdfChartSurfaceStyle