ChartAxisY Properties
The chart’s Y-axis.| Name | Description |
|---|---|
| AlwaysShowZeroLevel | Gets or sets whether the zero level of the Y-axis should always be visible. |
| CurrencyCultureNameProvider | For internal use. Provides access to an interface that exposes a culture name. Inherited from ChartAxis. |
| Logarithmic | Gets or sets whether the axis should display its numerical values using a logarithmic scale. |
| LogarithmicBase | Gets or sets a value specifying a logarithmic base when the ChartAxisY.Logarithmic property is enabled. |
| NumericFormat | Gets the numeric display format the chart axis data uses. Inherited from ChartAxis. |
| Reverse | Gets or sets whether the axis is reversed. Inherited from ChartAxis. |
| ShowGridLines | Gets or sets whether to show grid lines for a Y-axis. |
| Title | Gets or sets the title of the chart’s axis. Inherited from ChartAxis. |
| TitleVisible | Gets or sets whether the title of the chart’s axis is visible. Inherited from ChartAxis. |
| Visible | Gets or sets whether the chart’s axis is visible. Inherited from ChartAxis. |
See Also