One or an array of TAnnotationDefinition to describe annotations to apply to the chart
One or an array of TModifierDefinition to describe modifiers to apply to the chart
A function, or name of a registered OnCreated function that will be run after the chart is built, receiving the sciChartSurface as a parameter
One or an array of TSeriesDefinition to describe the renderable series
A TSharedDataDefinition object that defines data that can be referenced by the series
Optional I2DSurfaceOptions to pass to the surface
One or an array of TAxisDefinition to describe the X Axes. Defaults to a single numeric axis
One or an array of TAxisDefinition to describe the Y Axes. Defaults to a single numeric axis
Generated using TypeDoc
A definition that can be used to build a 2D Chart using chartBuilder.buildChart