PaletteHatchBehavior 속성
Gets an expression that evaluates to a value that indicates whether hatching should be automatically applied to data points in the chart.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property PaletteHatchBehavior As ReportEnumProperty(Of PaletteHatchBehavior)
Get
‘사용 방법
Dim instance As Chart
Dim value As ReportEnumProperty(Of PaletteHatchBehavior)
value = instance.PaletteHatchBehavior
public ReportEnumProperty<PaletteHatchBehavior> PaletteHatchBehavior { get; }
public:
property ReportEnumProperty<PaletteHatchBehavior>^ PaletteHatchBehavior {
ReportEnumProperty<PaletteHatchBehavior>^ get ();
}
member PaletteHatchBehavior : ReportEnumProperty<PaletteHatchBehavior>
function get PaletteHatchBehavior () : ReportEnumProperty<PaletteHatchBehavior>
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'PaletteHatchBehavior> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.