Enum LineType
Enumeration type that defines the available types of LineItem graphs.
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public enum LineType
Fields
Name | Description |
---|---|
Normal | Draw the lines as normal. Any fill area goes from each line down to the X Axis. |
Stack | Draw the lines stacked on top of each other, accumulating values to a total value. |