
'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <TypeConverterAttribute(Xceed.Chart.Core.AppearanceConverter)> <SerializableAttribute()> Public Class Appearance
'Usage Dim instance As Appearance
[ClassInterface(ClassInterfaceType.AutoDual)] [TypeConverter(Xceed.Chart.Core.AppearanceConverter)] [Serializable()] public class Appearance
The following code obtains a reference to the instance of the Appearance class associated with a bar series.
Dim appearance As Appearance = barseries.Appearance
Appearance appearance = barseries.Appearance;
System.Object
Xceed.Chart.Core.Appearance
Name | Description | |
---|---|---|
![]() | DefaultFillEffect | The default fill effect. |
![]() | DefaultLineProps | The default line properties. |
![]() | FillEffects | Gives you access to the data series of FillEffects. |
![]() | FillMode | Defines the way in which fill effects are applied on the series data points. |
![]() | LineMode | Defines the way in which line properties are applied on the series data points. |
![]() | LineProperties | Gives you access to the series of LineProperties. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2