[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartSymbolShape

ChartSymbolShape Enum

Specifies the shape of a data point symbol.

Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public enum ChartSymbolShape

Fields

Name Description
Box

A data point is represented by a solid square.

Circle

A data point is represented by the outline of a circle.

Cross

A data point is represented by crossed horizontal and vertical lines.

DiagCross

A data point is represented by diagonal crossed lines.

Diamond

A data point is represented by a solid diamond.

Dot

A data point is represented by a solid circle.

HorizontalLine

A data point is represented by a short horizontal line.

InvertedTri

A data point is represented by a solid inverted triangle.

None

No symbol represents a data point.

OpenDiamond

A data point is represented by the outline of a diamond.

OpenInvertedTri

A data point is represented by the outline of an inverted triangle.

OpenTri

A data point is represented by the outline of a triangle.

Square

A data point is represented by the outline of a square.

Star

A data point is represented by a solid star.

Tri

A data point is represented by a solid triangle.

VerticalLine

A data point is represented by a short vertical line.