Table of Contents

Class RectangleFill

Namespace
LightningChartLib.WinForms.Charting.Views.View3D
Assembly
LightningChart.WinForms.Charting.NET4.dll

Rectangle3D visual properties.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class RectangleFill : ChartNode, IChartNode, IDisposable
Inheritance
RectangleFill
Implements
Inherited Members

Constructors

RectangleFill()

Constructor.

public RectangleFill()

RectangleFill(Rectangle3D)

Constructor.

public RectangleFill(Rectangle3D owner)

Parameters

owner Rectangle3D

Parent.

Properties

Image

Image object

public Image Image { get; set; }

Property Value

Image

ImageAlpha

Image alpha. 0 is transparent, 255 fully visible (opaque).

public int ImageAlpha { get; set; }

Property Value

int

Layout

Fill layout

public FillLayout Layout { get; set; }

Property Value

FillLayout

Material

Series material

public Material3D Material { get; set; }

Property Value

Material3D

TileCountHeight

Tile count on height dimension

public int TileCountHeight { get; set; }

Property Value

int

TileCountWidth

Tile count on width dimension.

public int TileCountWidth { get; set; }

Property Value

int

UseImage

Use Image when drawing.

public bool UseImage { get; set; }

Property Value

bool

Methods

CreateMaterial()

Create material.

protected virtual void CreateMaterial()

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.

ToString()

Convert class description to string

public override string ToString()

Returns

string

Class description as a string.