Enum ChartLineWeightType
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.