Class OfficeChartPictureType
Specifies how pictures are displayed on a column, bar picture chart, or legend key.
Inheritance
System.Object
OfficeChartPictureType
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public sealed class OfficeChartPictureType : Enum
Fields
stack
Indicates picture is sized to repeat a maximum of 15 times in the longest stacked bar.
Declaration
public const OfficeChartPictureType stack
Field Value
stackScale
Indicates picture is sized to a specified number of units and repeated the length of the bar.
Declaration
public const OfficeChartPictureType stackScale
Field Value
stretch
Indicates picture is stretched the full length of stacked bar.
Declaration
public const OfficeChartPictureType stretch