Namespace:
SynergyServerScripting.Reports
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Top
Top
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
<System.Reflection.Obfuscation(Exclude = true)> _
Public Class Graph
Implements IDisposable
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true)]
public class Graph : IDisposable
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true)]
public ref class Graph : public IDisposable^
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
DataTable | |
![]() ![]() |
MeasureBitmap | Helper bitmap to help us measure stuff |
![]() |
ShowLegend | |
![]() |
UnderlyingGraph |
Name | Description | |
---|---|---|
![]() |
AddBar(string, Color, double[]) | |
![]() |
AddLine(string, Color, double[], float) | |
![]() |
AddPieSegment(string, string, double, Color, bool) | |
![]() |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() ![]() |
FromHex(string) | |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
SaveToBitmap(int, int, int, bool) | Save this to a bmp |
![]() |
SetAxes(string, string) | |
![]() |
SetXAxisLabels(List<String>) | |
![]() |
SetYAxisLabels(List<String>) | |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
SynergyServerScripting.Reports.Graph