ChartAxisItem Constructor (String, Color) |
Creates a new instance of the class.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ChartAxisItem(
string labelText,
Color color
)
Public Sub New (
labelText As String,
color As Color
)
public:
ChartAxisItem(
String^ labelText,
Color color
)
new :
labelText : string *
color : Color -> ChartAxisItem
Parameters
- labelText
- Type: SystemString
Item text - color
- Type: System.DrawingColor
Item text color
See Also