ShowGridBorder

Parent Previous Next

ShowGridBorder

This property returns if the border of the graphic object is visible or not.


True - Border visible;

False - Border not visible;


Function Definition:


string ShowGridBorder {get; set;}


.     get: Permits the user to read the boolean value.

.     set: Permits the user to write the boolean value.



To configure this function, follow the steps below:


1.   In an object event, configure the ShowGridBorder function: ChartObjectName.ShowGridBorder;


2.    During the execution of RunTime, run the configured event.



Example Get:


In the graphic document, the user has one Chart object (named as GraphicObject1). In a Text-Box object (named as GraphicObject2) the user configures the MouseUp event with the following event:


GraphicObject2.Text = GraphicObject1.ShowGridBorder;


In this event, the GraphicObject2 will exhibit the string value indicating the value of the object Title.



Example Set:


In the graphic document, the user has one Chart object (named as GraphicObject1). In a Button object (named as GraphicObject2) the user configures the MouseUp event with the following event:


GraphicObject1.PlotAreaColor=  True;


In this event, the GraphicObject1 will sets the object border to be visible.



 

Note: This property exists only to the following objects:

.       Charts