ChartAxisItem Constructor (String, Color, Boolean) |
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 label,
Color color,
bool visible
)
Public Sub New (
label As String,
color As Color,
visible As Boolean
)
public:
ChartAxisItem(
String^ label,
Color color,
bool visible
)
new :
label : string *
color : Color *
visible : bool -> ChartAxisItem
Parameters
- label
- Type: SystemString
Item text - color
- Type: System.DrawingColor
Item text color - visible
- Type: SystemBoolean
Visibility
See Also