ChartIncludeZeroTypes Enum

Definition

Specifies whether to include zero on the axis scale.

public enum class ChartIncludeZeroTypes
public enum ChartIncludeZeroTypes
type ChartIncludeZeroTypes = 
Public Enum ChartIncludeZeroTypes
Inheritance
ChartIncludeZeroTypes

Fields

Auto 0

Indicates that the report processor should automatically determine the setting.

False 2

Indicates that the axis scale should not include the zero value.

True 1

Indicates that the axis scale should include the zero value.

Applies to