Skip to content

ChartDraggables

Summary

Represents collection of a chart area draggables.

Signature

1
public abstract interface ChartDraggables

Namespace

cAlgo.API

Methods

Add

Summary

Adds a draggable to chart area.

Signature

1
public abstract ChartDraggable Add()

Return Value

ChartDraggable

Remove

Summary

Removes a draggable from chart area.

Signature

1
public abstract void Remove(ChartDraggable draggable)

Parameters

Name Type Description
draggable ChartDraggable Draggable

Return Value

void

Properties

Count

Summary

Gets count of draggables.

Signature

1
public abstract int Count {get;}

Return Value

int