Intersoft ClientUI Documentation
BorderStyle Property (DataPoint)



Gets or sets a value that indicates the BorderStyle
Syntax
Public Property BorderStyle As BorderStyle
Dim instance As DataPoint
Dim value As BorderStyle
 
instance.BorderStyle = value
 
value = instance.BorderStyle
public BorderStyle BorderStyle {get; set;}
public:
property BorderStyle BorderStyle {
   BorderStyle get();
   void set (    BorderStyle value);
}
Remarks

In addition to customizing color palettes, you can also set the data point's border style by using BorderStyle property. There are three mode that you can choose.

To learn more how to customize the palette, see How-to: Add Custom Palettes in UXChart.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataPoint Class
DataPoint Members

Send Feedback