dotnetCHARTING Send comments on this topic.
InteriorLine Property
See Also 
dotnetCHARTING Namespace > ChartArea Class : InteriorLine Property


Gets or sets a line object which is drawn inside the chart area.

Syntax

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

Remarks

The interior line can be seen when the chart is drawn in 3D.

See Also

© 2010 All Rights Reserved.