MindFusion.Charting Programmer's Guide

Border Enumeration

See Also
 





Specifies the type of border drawn around chart objects.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public enum Border

Visual Basic  Copy Code

Public Enumeration Border

JavaScript  Copy Code

// enum
Border = {}

 Members

  Member name Description

Circle

The border is drawn as a circle.

None

No border is drawn.

Rectangle

The border is drawn as a rectangle.

RoundedRect

The border is drawn as a rounded rectangle.

 Remarks

 See Also