Search
TowerChart.SegmentShape Property
See Also
 






Gets or sets the shape of tower segments.

Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor

 Syntax

C#  Copy Code

public TowerSegmentShape SegmentShape { get; set; }

Visual Basic  Copy Code

Public Property SegmentShape As TowerSegmentShape

 Property Value

A member of the TowerSegmentShape enumeration. The default value is Triangle.

 See Also