Interface IProvideXAxisParameterData
IProvideXAxisParameterData
Namespace: MESL.SqlRace.Domain.XAxis
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IProvideXAxisParameterData
Properties
XAxisParameterIdentifer
Gets the x axis parameter identifer.
Declaration
string XAxisParameterIdentifer { get; }
Property Value
| Type | Description |
|---|---|
| System.String | The x axis parameter identifer. |
Methods
GetSamples(Int32, Int64, Int64)
Gets the data.
Declaration
XAxisSamples GetSamples(int numberOfSamplesRequired, long startTime, long endTime)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | numberOfSamplesRequired | The number of samples required. |
| System.Int64 | startTime | The start time. |
| System.Int64 | endTime | The end time. |
Returns
| Type | Description |
|---|---|
| XAxisSamples |