All Cadcorp SIS API Methods

CreatePieTheme Method

Description

Creates a new Pie Charts Theme. After editing the Theme properties, use StoreTheme to save the Theme in a Named Object Library.

Syntax

Visual Basic
Public Function CreatePieTheme( _
   ByVal nSlices As Integer _
) As Integer

Parameters

nSlices
The number of slices in the Pie Charts, in the range 1 to 256.

Remarks

After editing the theme properties, use StoreTheme to save the theme in a named object library.

Available: GEO D OM OD SISpy

Group:

Example

sis.CreatePieTheme (100)