Click or drag to resize

View3DMakeBoxBordersDrawData Method

LightningChart .NET Help
Generates DrawData for axis aligned framebox of a given 3D rectangle (somebody would call it box or cube).

Namespace:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public DrawData MakeBoxBordersDrawData(
	RectFloat3D rect,
	int color
)

Parameters

rect
Type: RectFloat3D
Rectangle to draw the box of.
color
Type: SystemInt32
Color to use with the lines.

Return Value

Type: DrawData
DrawData of the edges of the box drawn using given color and AntiAliased hairline.
See Also