Image_Graph_Common
|
--Image_Graph_Element
|
--Image_Graph_Plotarea_Element
|
--Image_Graph_Plot
|
--Image_Graph_Plot_Smoothed_Bezier
|
--Image_Graph_Plot_Smoothed_Area
Bezier smoothed area chart Similar to an {@see Image_Graph_Plot_Area}, but the interconnecting lines between two datapoints are smoothed using a Bezier curve, which enables the chart to appear as a nice curved plot instead of the sharp edges of a conventional {@see Image_Graph_Plot_Area}.
|