Intersoft ClientUI Documentation
MinorTickMarkStyle Property



Gets or sets the minor tick mark style.
Syntax
Public Property MinorTickMarkStyle As Style
Dim instance As RangeAxis
Dim value As Style
 
instance.MinorTickMarkStyle = value
 
value = instance.MinorTickMarkStyle
public Style MinorTickMarkStyle {get; set;}
public:
property Style^ MinorTickMarkStyle {
   Style^ get();
   void set (    Style^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RangeAxis Class
RangeAxis Members

Send Feedback