IEaxBubbleChartBox.BorderStyle

Syntax

BorderStyle: ControlBorderStyle;

Description

The BorderStyle property determines the style of the component border.

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