AxisBorderMinorGridLines Property |
Minor Grid Lines options
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))]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public virtual GridLineBorder MinorGridLines { get; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Overridable ReadOnly Property MinorGridLines As GridLineBorder
Get
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
virtual property GridLineBorder^ MinorGridLines {
GridLineBorder^ get ();
}
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
abstract MinorGridLines : GridLineBorder with get
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
override MinorGridLines : GridLineBorder with get
Property Value
Type:
GridLineBorder
See Also