dotnetCHARTING Send comments on this topic.
Box Property
See Also 
dotnetCHARTING Namespace > Series Class : Box Property


Gets or sets a box object that determines the box style and colors used with GaugeBorderShape.UseBox or ChartType.TreeMap.

Syntax

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

See Also

© 2021 All Rights Reserved.