PaletteHatchBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether hatching should be automatically applied to data points in the chart.
public enum class PaletteHatchBehavior
public enum PaletteHatchBehavior
type PaletteHatchBehavior =
Public Enum PaletteHatchBehavior
- Inheritance
-
PaletteHatchBehavior
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Same as None. |
None | 1 | No hatching will be added to the data points. |
Always | 2 | Automatic hatching will be applied to all data points. |