Format to give Enabled attribute:
Enabled="True"
Possible values for this attribute:
|
Value |
Description |
|
True |
Enables the element and the element is visible |
|
False |
Disables the element and the element becomes invisible |
This attribute applies to:
Example 1:
<vc:DataSeries Enabled="False" ... />
Example 2:
<vc:AxisX>
<vc:MajorTicks Enabled="False" ... />
</vc:AxisX>