StiCenterAxisLabelsGeom3D Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Inherits from: StiSeriesLabelsGeom3D
Properties
| Property | Type | Description |
|---|---|---|
| Font | StiFontGeom | |
| LabelBorderColor | Color | |
| LabelColor | Color | |
| SeriesBorderColor | Color | |
| SeriesBrush | StiBrush | |
| SeriesLabelsBrush | StiBrush | |
| Text | string |
Methods
| Method | Returns | Description |
|---|---|---|
| DrawElements | void | |
| DrawLabelArea | void | |
| DrawLabelText | void | |
| GetLabelRect | SizeF |
Method Details
DrawElements
DrawElements(context: StiContext, vertices: StiMatrix): void
Parameters
- context (StiContext)
- vertices (StiMatrix)
DrawLabelArea
DrawLabelArea(context: StiContext, rect: RectangleF): void
Parameters
- context (StiContext)
- rect (RectangleF)
DrawLabelText
DrawLabelText(context: StiContext, rect: RectangleF): void
Parameters
- context (StiContext)
- rect (RectangleF)
GetLabelRect
GetLabelRect(context: StiContext): SizeF
Parameters
- context (StiContext)
Returns SizeF