var
AxisItem: TIWCGJQPlotOptionsAxesItem;
begin
IWCGJQPlot1
.
JQPlotData:=
'[[[0.31,0],[0.31,500],[0.44,800],[0.57,800],[0.57,0]]]'
;
IWCGJQPlot1
.
JQPlotOptions
.
AxesDefaults
.
Label_:=
''
;
AxisItem:= IWCGJQPlot1
.
JQPlotOptions
.
Axes
.
Add;
AxisItem
.
AxisType:= jqpoxyYAxis;
AxisItem
.
Options
.
Min:=
0
;
AxisItem
.
Options
.
Label_:=
'Masse : Kg'
;
AxisItem
.
Options
.
LabelRenderer:= jqplrCanvasAxisLabelRenderer;
AxisItem
.
Options
.
LabelCanvasAxisOptions
.
Angle:= -
90
;
AxisItem:= IWCGJQPlot1
.
JQPlotOptions
.
Axes
.
Add;
AxisItem
.
Options
.
TickInterval:=
0.05
;
AxisItem
.
Options
.
Min:=
0
;
AxisItem
.
Options
.
Label_:=
'Distance C.G au pt reference (m)'
;