ChartAxis.Margin Property
Gets a value that indicates whether an axis margin will be created.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Margin As ReportEnumProperty(Of ChartAutoBool)
Get
'Usage
Dim instance As ChartAxis
Dim value As ReportEnumProperty(Of ChartAutoBool)
value = instance.Margin
public ReportEnumProperty<ChartAutoBool> Margin { get; }
public:
property ReportEnumProperty<ChartAutoBool>^ Margin {
ReportEnumProperty<ChartAutoBool>^ get ();
}
member Margin : ReportEnumProperty<ChartAutoBool>
function get Margin () : ReportEnumProperty<ChartAutoBool>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAutoBool>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace