StiSeriesLabelsGeom Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Inherits from: StiCellGeom
Constructors
| Constructor | Description |
|---|---|
| StiSeriesLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, RectangleF clientRectangle) |
StiSeriesLabelsGeom(seriesLabels: IStiSeriesLabels, series: IStiSeries, index: int, value: double, clientRectangle: RectangleF)
Parameters
- seriesLabels (IStiSeriesLabels)
- series (IStiSeries)
- index (int)
- value (double)
- clientRectangle (RectangleF)
Properties
| Property | Type | Description |
|---|---|---|
| BeginTime | TimeSpan | |
| Duration | TimeSpan | |
| Index | int | |
| Series | IStiSeries | |
| SeriesLabels | IStiSeriesLabels | |
| Value | double |
Methods
| Method | Returns | Description |
|---|---|---|
| Draw | void | Draws area geom object on spefied context. |
| DrawMarker | void | |
| InvokeMouseEnter | void | |
| InvokeMouseLeave | void |
Method Details
Draw
Draw(context: StiContext): void
Draws area geom object on spefied context.
Parameters
- context (StiContext)
DrawMarker
DrawMarker(context: StiContext, itemRect: Rectangle, markerColor: object, markerBrush: StiBrush): void
Parameters
- context (StiContext)
- itemRect (Rectangle)
- markerColor (object)
- markerBrush (StiBrush)
InvokeMouseEnter
InvokeMouseEnter(options: StiInteractionOptions): void
Parameters
- options (StiInteractionOptions)
InvokeMouseLeave
InvokeMouseLeave(options: StiInteractionOptions): void
Parameters
- options (StiInteractionOptions)