Interface IChartType
Contains information about chart type.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public interface IChartType
Properties
ShowAsPercents
Indicates whether values should be shown as percents.
Declaration
bool ShowAsPercents { get; set; }
Property Value
Type |
---|
System.Boolean |
StackValues
Indicates whether values should be stacked.
Declaration
bool StackValues { get; set; }
Property Value
Type |
---|
System.Boolean |