Height
<< Click to Display Table of Contents >> Height |
Indicates the overall distance (from top to bottom) of the chart scale.
Note: Height does not return its value in terms of device pixels. However, using Height.ConvertToVerticalPixels or Height.ConvertToHorizontalPixels will convert the Height value to device pixels. Alternatively, RenderTarget.PixelSize.Height or ChartPanel.H will also provide the height in terms of device pixels. |
A double value representing the height of the chart scale.
<chartScale>.Height
protected override void OnRender(ChartControl chartControl, ChartScale chartScale) |