Table of Contents

Enum ChartLineWeightType

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Chart line weight values type.

public enum ChartLineWeightType

Fields

Hairline = 65535

Represents the Hairline weight for Chart line.

Medium = 1

Represents the Medimun weight for Chart line.

Narrow = 0

Represents the Narrow weight for Chart line.

Wide = 2

Represents the Wide weight for Chart line.