Spread Silverlight Documentation
AxisThemeColor Property


GrapeCity.Windows.SpreadSheet.Data Namespace > SparklineSetting Class : AxisThemeColor Property
Gets or sets the theme color of the axis.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property AxisThemeColor As System.String
'Usage
 
Dim instance As SparklineSetting
Dim value As System.String
 
instance.AxisThemeColor = value
 
value = instance.AxisThemeColor
[System.ComponentModel.DefaultValue()]
public System.string AxisThemeColor {get; set;}

Property Value

The theme color of the axis.
See Also

Reference

SparklineSetting Class
SparklineSetting Members