Difference between revisions of "ChartView.Border"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (10 revisions imported)
 
(6 intermediate revisions by 2 users not shown)
Line 11: Line 11:
  
 
If True, a [[ChartView.Border|Border]] is drawn around the ChartView.
 
If True, a [[ChartView.Border|Border]] is drawn around the ChartView.
The Color of the Border can be set using the [[ChartView.BorderColor|BorderColor]] property.
+
The Color of the [[ChartView.Border|Border]] can be set using the [[ChartView.BorderColor|BorderColor]] property.

Latest revision as of 14:21, 6 August 2015

Property (As Boolean)
aChartView.Border = newValue
or
BooleanValue = aChartView.Border


If True, a Border is drawn around the ChartView. The Color of the Border can be set using the BorderColor property.