Dundas Chart for ASP.NET
InnerPlotPosition Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartArea Class : InnerPlotPosition Property


Gets or sets an ElementPosition object, which defines the inner plot position of a chart area object.


Chart area position

Syntax

Visual Basic (Declaration)  
Public Property InnerPlotPosition As ElementPosition
Visual Basic (Usage) Copy Code
Dim instance As ChartArea
Dim value As ElementPosition
 
instance.InnerPlotPosition = value
 
value = instance.InnerPlotPosition
C#  
public ElementPosition InnerPlotPosition {get; set;}

Return Value

An ElementPosition object, which defines the inner plot position of a chart area object.

Remarks

This property defines the rectangle within a chart area element that is used for plotting data, and excludes tick marks, axis labels, etc.

The coordinates used for this property (0,0 to 100,100) are related to the ChartArea object, and not to the entire Chart. For further details concerning the coordinate system used by the Chart control see the Chart Coordinate System topic.

For a pictorial representation see the Chart Elements topic, and examine the "Plot Area" element.

The InnerPlotPosition property can be used to align multiple chart areas (e.g. if one chart area has tick marks and axis labels and the other one does not then their axis lines may not be aligned).

IMPORTANT: This property can also be used to change the size of charts (e.g. pie, doughnut, etc.), without changing the size of the generated chart image.

To change the position of an entire ChartArea object use the Position property instead.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.