Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Express > Express Assembly Interfaces > IEaxBubbleChartBox > IEaxBubbleChartBox.BorderStyle

IEaxBubbleChartBox.BorderStyle

Syntax

BorderStyle: ControlBorderStyle;

Description

The BorderStyle property determines a component border style.

Example

Executing the example requires a form with the Button1 button on it, the EaxBubbleChartBox component named EaxBubbleChartBox1, and the UiEaxBubbleChart component that is a data source for EaxBubbleChartBox1.

Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);
Begin
    EaxBubbleChartBox1.BorderStyle := ControlBorderStyle.Flat;
End Sub Button1OnClick;

Clicking the button changes border style of the EaxBubbleChartBox1 component. The border will turn to 3D view.

See also:

IEaxBubbleChartBox