Table of Contents

Enum ChartStyleNames

Namespace
Sage.CRM.Graphics
Assembly
SageCRMNet.dll

Styles that can be applied to the SageCrmChartGraphic block StyleName property.

public enum ChartStyleNames

Fields

Area = 0

Filled form of Line graph.

Arrows = 1

Values are shown with arrows.

Bar = 2

Standard bar chart.

Bubbles = 3

Values are shown with bubbles.

FastLine = 4

More basic line graph.

Gantt = 5

As used for date graphs.

HorizontalBar = 6

Horizontal bar chart.

Line = 7

Line graph.

Pie = 8

Pie chart.

Point = 9

Rectangular points are used.

Stairs = 10

Line graph in the form of stairs.