Перечисление ChartPaletteHatchBehaviorTypes
Specifies whether hatching should be automatically applied to data points in the chart.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Enumeration ChartPaletteHatchBehaviorTypes
'Применение
Dim instance As ChartPaletteHatchBehaviorTypes
public enum ChartPaletteHatchBehaviorTypes
public enum class ChartPaletteHatchBehaviorTypes
type ChartPaletteHatchBehaviorTypes
public enum ChartPaletteHatchBehaviorTypes
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Default | Same as None. | |
| None | No hatching will be added to the data points. | |
| Always | Automatic hatching will be applied to all data points. |