dotnetCHARTING Send comments on this topic.
SmallChartMode Property
See Also 
dotnetCHARTING Namespace > Chart Class : SmallChartMode Property


Gets or sets a value that indicates whether this chart uses the SmallChartMode.

Syntax

Visual Basic (Declaration) 
Public Property SmallChartMode As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As Boolean
 
instance.SmallChartMode = value
 
value = instance.SmallChartMode
C# 
public bool SmallChartMode {get; set;}

Remarks

This mode is designed for miniature charts and automatically gets rid of legendboxes, titles, axes, and margins.

See Also

© 2010 All Rights Reserved.