Options
All
  • Public
  • Public/Protected
  • All
Menu

A definition that can be used to build a Pie Chart using chartBuilder.buildChart or chartBuilder.buildPieChart

Hierarchy

  • ISciChartPieDefinition

Index

Properties

Optional onCreated

onCreated: ((surface: SciChartPieSurface) => void) | string

A function, or name of a registered OnCreated function that will be run after the chart is built, receiving the sciChartPieSurface as a parameter

Optional segments

segments: IPieSegmentOptions[]

Optional - The IPieSegmentOptions that specify the segments of the SciChartPieSurface

Optional surface

Optional IPieSurfaceOptions to pass to the surface

Generated using TypeDoc