Class ChartAIRecord.LinkIndex
Link index options.
Inheritance
System.Object
ChartAIRecord.LinkIndex
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class LinkIndex : Enum
Fields
LinkToBubbles
Represents the LinkToBubbles link index option.
Declaration
public const ChartAIRecord.LinkIndex LinkToBubbles
Field Value
LinkToCategories
Represents the LinkToCategories link index option.
Declaration
public const ChartAIRecord.LinkIndex LinkToCategories
Field Value
LinkToTitleOrText
Represents the LinkToTitleOrText link index option.
Declaration
public const ChartAIRecord.LinkIndex LinkToTitleOrText
Field Value
LinkToValues
Represents the LinkToValues link index option.
Declaration
public const ChartAIRecord.LinkIndex LinkToValues