Border of Y axis
Inheritance Hierarchy
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class AxisYBorder : AxisBorder
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Class AxisYBorder
Inherits AxisBorder
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class AxisYBorder : public AxisBorder
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
type AxisYBorder =
class
inherit AxisBorder
end
The AxisYBorder type exposes the following members.
Constructors
| Name | Description |
---|
 | AxisYBorder |
Creates new instance of StyleAxisY class
|
Top
See Also