Interface IGraphLayer
Syntax
public interface IGraphLayer
Properties
Description
Declaration
string Description { get; }
Property Value
| Type |
Description |
| System.String |
|
GraphColor
Declaration
Color GraphColor { get; }
Property Value
Name
Declaration
Property Value
| Type |
Description |
| System.String |
|
Methods
Draw(EventDataSet, Rect, Int32, Int32, Int32, Boolean, Material, Int32)
Declaration
void Draw(EventDataSet dataSet, Rect rect, int startFrame, int frameCount, int inspectFrame, bool expanded, Material material, int maxValue)
Parameters
| Type |
Name |
Description |
| EventDataSet |
dataSet |
|
| Rect |
rect |
|
| System.Int32 |
startFrame |
|
| System.Int32 |
frameCount |
|
| System.Int32 |
inspectFrame |
|
| System.Boolean |
expanded |
|
| Material |
material |
|
| System.Int32 |
maxValue |
|