AxisYRightWidth
<< Click to Display Table of Contents >> AxisYRightWidth |
Measures the distance (in pixels) between the y-axis and the right edge of a chart.
A double representing the number of pixels separating the y-axis and the right edge of the chart.
<ChartControl>.AxisYRightWidth
protected override void OnRender(ChartControl chartControl, ChartScale chartScale) |
Based on the image below, AxisYRightWidth reveals that the space between the y-axis and the right edge of the chart is 53 pixels on this chart.
Note: When there are no right-justified data series on a chart, AxisYRightWidth will return 0, as there will be no space between the y-axis and the right edge. |