Énumération ChartPaletteHatchBehaviorTypes
Specifies whether hatching should be automatically applied to data points in the chart.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Enumeration ChartPaletteHatchBehaviorTypes
'Utilisation
Dim instance As ChartPaletteHatchBehaviorTypes
public enum ChartPaletteHatchBehaviorTypes
public enum class ChartPaletteHatchBehaviorTypes
type ChartPaletteHatchBehaviorTypes
public enum ChartPaletteHatchBehaviorTypes
Membres
| Nom de membre | Description | |
|---|---|---|
| Default | Same as None. | |
| None | No hatching will be added to the data points. | |
| Always | Automatic hatching will be applied to all data points. |