'宣言 Function OnSliceRendering( _ ByVal engine As IRenderEngine, _ ByVal centerX As System.Double, _ ByVal centerY As System.Double, _ ByVal index As System.Integer, _ ByVal radius As System.Double, _ ByVal innerRadius As System.Double, _ ByVal angle As System.Double, _ ByVal sweep As System.Double _ ) As System.Boolean
System.bool OnSliceRendering( IRenderEngine engine, System.double centerX, System.double centerY, System.int index, System.double radius, System.double innerRadius, System.double angle, System.double sweep )
パラメータ
- engine
- Render engine IRenderEngine object.
- centerX
- Pie center coordinate.
- centerY
- Pie center coordinate.
- index
- Index of data point.
- radius
- Pie radius.
- innerRadius
- Pie inner radius.
- angle
- Slice angle.
- sweep
- Slice sweep.
戻り値の型
Whether to perform default symbol rendering.