Provides some utility routines for converting APAC data points to ZedGraph data points.
More...
|
static PointPairList | GetGraphDataFromMeasurements (TimeTrackingList< Measurement > source) |
| Gets a graphing point pair list from a set of measurements. The timestamp goes on the X-coordinate, the compiled value goes on the Y-coordinate. More...
|
|
static PointPairList | GetGraphDataFromMeasurements (Measurements source) |
| Gets a graphing point pair list from a set of measurements. The timestamp goes on the X-coordinate, the compiled value goes on the Y-coordinate. More...
|
|
static PointPairList | GetGraphDataFromAverages (TimeTrackingList< MeasurementAvg > source) |
| Gets a graphing point pair list from a set of averages. The timestamp goes on the X-coordinate, the compiled value goes on the Y-coordinate. More...
|
|
static PointPairList | GetGraphDataFromAverages (WeightedMeasurementAvgs source) |
|
static void | RenderGraph (GraphHandle gphHandle, ZedGraphWebControlEventHandler renderer, System.Drawing.Imaging.ImageFormat format, Size dimensions) |
| Uses different delegates passed to the ZedGraph control to generate images with graphs in them. More...
|
|
static void | SetGraphTitles (GraphPane pane, GraphHandle gphHandle) |
| Sets the graph titles. More...
|
|
static ZedGraphWebControlEventHandler | CreateCustomStackedBarDelegate (GraphHandle gphHandle, bool showWatermark) |
| Creates a custom stacked bar graph with optional XAxis labels More...
|
|
static void | addWatermark (GraphPane pane, float x, float y, float tilt) |
|
static ZedGraphWebControlEventHandler | CreateLineGraphDelegate (GraphHandle gphHandle, bool showWatermark) |
| Creates a line graph with optional XAxis labels More...
|
|
static ZedGraphWebControlEventHandler | CreatePieChartDelegate (GraphHandle gphHandle, bool showWatermark) |
|
static ZedGraphWebControlEventHandler | CreateStackedHorizontalBarDelegate (GraphHandle gphHandle, bool showWatermark, BarType barType, BarBase barBase) |
| Creates a stacked bar graph with optional XAxis labels More...
|
|
static ZedGraphWebControlEventHandler | CreateStackedVerticalBarDelegate (GraphHandle gphHandle, bool showWatermark, BarType barType, BarBase barBase) |
| Creates a stacked bar graph with optional XAxis labels More...
|
|
static CurveHandle | BuildTimeCurveHandle (Measurements measurements, double padValue) |
|
static CurveHandle | BuildTimeCurveHandle (ManagedElement me, List< decimal > samples, decimal padValue) |
|
static CurveHandle | BuildTimeCurveHandle (WeightedMeasurementAvgs avgs, decimal padValue) |
|
static CurveHandle | BuildTimeCurveHandle (WeightedMeasurementAvg avg, decimal padValue, Nullable< Color > overrideColor) |
|
Provides some utility routines for converting APAC data points to ZedGraph data points.