www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Whether or not chart background image to be tiled. If set to false, the image will be stretched to available space. Default is true.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool Chart_BackgroundTile { get; set; }
public bool Chart_BackgroundTile { get; set; }
Public Property Chart_BackgroundTile As Boolean
Get
Set
Public Property Chart_BackgroundTile As Boolean
Get
Set
public:
property bool Chart_BackgroundTile {
bool get ();
void set (bool value);
}
public:
property bool Chart_BackgroundTile {
bool get ();
void set (bool value);
}
member Chart_BackgroundTile : bool with get, set
member Chart_BackgroundTile : bool with get, set
/** @property */
public boolean get_Chart_BackgroundTile()
/** @property */
public void set_Chart_BackgroundTile(boolean value)
/** @property */
public boolean get_Chart_BackgroundTile()
/** @property */
public void set_Chart_BackgroundTile(boolean value)
Field Value
System.Boolean
The chart background tiling is relevant only if
Chart_BackgroundType is set as Image or Stock and image is set in
Chart_BackgroundImage or in
Chart_BackgroundStock property.