Description
A ChartRegion object represents either a chart area or plot area. The following classes extend ChartRegion
: AxisLabel, ChartText, Legend, DataPoint, and SeriesDataLabel.
C#
vb.net
Properties
Name |
Description |
---|---|
Returns the border around the chart region. | |
Sets or returns the font for text in the chart region. (ChartRegions obtained from Chart.PlotArea don't support fonts.) |
|
Sets or returns whether the chart region will have a shadow. | |
Sets or returns the height of the chart region, in units of 1/4000 of the chart area. | |
Returns a ChartInterior object containing formatting properties for the region. | |
Sets or returns whether the text in the ChartRegion is displayed top to bottom and the letters are upright. (ChartRegions obtained from Chart.Legend, Chart.ChartArea, and Chart.PlotArea don't support TextDisplayTopToBottom.) |
|
Sets or returns the horizontal alignment of text in the chart region. (ChartRegions obtained from Chart.Legend, Chart.ChartArea, and Chart.PlotArea don't support HorizontalAlignment or VerticalAlignment.) |
|
Sets or returns the rotation angle of text in a chart region, in degrees. This angle must be between -90 and 90 degrees, inclusive. (ChartRegions obtained from Chart.Legend, Chart.ChartArea, and Chart.PlotArea don't support TextRotationAngle.) |
|
Sets or returns the vertical alignment of text in the chart region. (ChartRegions obtained from Chart.Legend, Chart.ChartArea, and Chart.PlotArea don't support HorizontalAlignment or VerticalAlignment.) |
|
Sets or returns the width of the chart region, in units of 1/4000 of the chart area. | |
Sets or returns the x coordinate of the upper left corner of the chart region, in units of 1/4000 of the chart area. | |
Sets or returns the y coordinate of the upper left corner of the chart region, in units of 1/4000 of the chart area. |
Nested Classes
Name |
Description |
---|---|
A ChartRegion.HorizontalAlignment value determines the horizontal alignment of text in the specified chart area or plot area.
(ChartRegions obtained from Chart.Legend, Chart.ChartArea, and Chart.PlotArea don't support HorizontalAlignment or VerticalAlignment.) |
|
A ChartRegion.VerticalAlignment value determines the vertical alignment of text in the specified chart area or plot area. (ChartRegions obtained from Chart.Legend, Chart.ChartArea, and Chart.PlotArea don't support HorizontalAlignment or VerticalAlignment.) |