Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public interface IChartDataLabels : IChartTextArea, 
	IExcelApplication, IFont, IOptimizedUpdate
Public Interface IChartDataLabels
	Inherits IChartTextArea, IExcelApplication, IFont, IOptimizedUpdate
public interface class IChartDataLabels : IChartTextArea, 
	IExcelApplication, IFont, IOptimizedUpdate
type IChartDataLabels =  
    interface
        interface IChartTextArea
        interface IExcelApplication
        interface IFont
        interface IOptimizedUpdate
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BackgroundMode (Inherited from IChartTextArea.)
BeginUpdate()()()() (Inherited from IOptimizedUpdate.)
Color (Inherited from IFont.)
Delimiter
EndUpdate()()()() (Inherited from IOptimizedUpdate.)
FontName (Inherited from IFont.)
FrameFormat (Inherited from IChartTextArea.)
GenerateNativeFont()()()() (Inherited from IFont.)
GetThemeColor(ThemeColorType%, Double%) (Inherited from IFont.)
HasBubbleSize
HasCategoryName
HasLegendKey
HasPercentage
HasSeriesName
HasValue
IsAutoColor (Inherited from IFont.)
IsAutoMode (Inherited from IChartTextArea.)
IsBold (Inherited from IFont.)
IsItalic (Inherited from IFont.)
IsResizeShapeToFitText
IsStrikethrough (Inherited from IFont.)
IsSubscript (Inherited from IFont.)
IsSuperscript (Inherited from IFont.)
IsTextWrapped
KnownColor (Inherited from IFont.)
NumberFormat
Parent (Inherited from IExcelApplication.)
Position
SetThemeColor(ThemeColorType, Double) (Inherited from IFont.)
ShowLeaderLines
Size (Inherited from IFont.)
StrikethroughType (Inherited from IFont.)
Text (Inherited from IChartTextArea.)
TextRotationAngle (Inherited from IChartTextArea.)
Underline (Inherited from IFont.)
VerticalAlignment (Inherited from IFont.)

See Also