Skip to content

ChartShape

Summary

Represents the Shape chart object. Allows drawing a Rectangle, a Triangle, and an Ellipse on the chart.

Signature

1
public abstract interface ChartShape

Namespace

cAlgo.API

See Also

Properties

Thickness

Summary

Gets or sets the line thickness.

Signature

1
public abstract int Thickness {get; set;}

Return Value

int

Related Tutorials

LineStyle

Summary

Gets or sets the line style.

Signature

1
public abstract LineStyle LineStyle {get; set;}

Return Value

LineStyle

Color

Summary

Gets or sets the line color.

Signature

1
public abstract Color Color {get; set;}

Return Value

Color

IsFilled

Summary

Defines if the shape is filled.

Signature

1
public abstract bool IsFilled {get; set;}

Return Value

bool