Table of Contents

Enum DrawUtils.TriangleDirection

Namespace: FastReport.Olap.Styling
Assembly: FastCube.Mono.dll

Direction of triangle.

public enum DrawUtils.TriangleDirection

Fields

Bottom = 3

Triangle point to the bottom.

Left = 0

Triangle point to the left.

Right = 1

Triangle point to the right.

Top = 2

Triangle point to the top.