ChartTitleDockings 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 where the chart title is docked.
public enum class ChartTitleDockings
public enum ChartTitleDockings
type ChartTitleDockings =
Public Enum ChartTitleDockings
- Inheritance
-
ChartTitleDockings
Fields
Name | Value | Description |
---|---|---|
Top | 0 | Dock the chart title at the top. |
Right | 1 | Dock the chart title at the right side. |
Bottom | 2 | Dock the chart title at the bottom. |
Left | 3 | Dock the chart title at the left side. |