Enum FillType
Enumeration type for the various types of fills that can be used with Bar charts.
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public enum FillType
Fields
Name | Description |
---|---|
Brush | A custom fill using either LinearGradientBrush or TextureBrush |
GradientByColorValue | Fill with a single solid color based on the "ColorValue" property of the data. |
GradientByX | Fill with a single solid color based on the X value of the data. |
GradientByY | Fill with a single solid color based on the Z value of the data. |
GradientByZ | Fill with a single solid color based on the Z value of the data. |
None | No fill |
Solid | A solid fill using SolidBrush |