Enum OfficeChartPictureType
Specifies how pictures are displayed on a column, bar picture chart, or legend key.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeChartPictureType
Fields
Name | Description |
---|---|
stack | Indicates picture is sized to repeat a maximum of 15 times in the longest stacked bar. |
stackScale | Indicates picture is sized to a specified number of units and repeated the length of the bar. |
stretch | Indicates picture is stretched the full length of stacked bar. |